[llvm-bugs] [Bug 45676] New: lldb wrongly stopped at a break statement when using step-by-step

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45676 Bug ID: 45676 Summary: lldb wrongly stopped at a break statement when using step-by-step Product: lldb Version: unspecified Hardware: PC OS: Linux Stat

[llvm-bugs] [Bug 45677] New: [arm] After 186155b89c2d, fatal error: error in backend: Cannot select: t28: i32 = ARMISD::QADD8b t33, t35

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45677 Bug ID: 45677 Summary: [arm] After 186155b89c2d, fatal error: error in backend: Cannot select: t28: i32 = ARMISD::QADD8b t33, t35 Product: new-bugs Version: trunk

[llvm-bugs] [Bug 45645] Using --relocatable with mismatching function signatures crashes

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45645 Heejin Ahn changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 39169] Incorrect accessibility check when using decltype inside class definition

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=39169 language.law...@gmail.com changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[llvm-bugs] Issue 21858 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-loop_vectorize: Null-dereference READ in llvm::InnerLoopVectorizer::getOrCreateVectorValue

2020-04-26 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 21858 by ClusterFuzz-External: llvm:llvm-opt-fuzzer--x86_64-loop_vectorize: Null-dereference READ in llvm::InnerLoopVectorizer::getOrCreateVectorValue https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=

[llvm-bugs] [Bug 45678] New: llvm-cov: wrong coverage for a loop statement within switch block

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45678 Bug ID: 45678 Summary: llvm-cov: wrong coverage for a loop statement within switch block Product: Runtime Libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 31322] crash in FlattenCFG: MergeIfRegion

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=31322 Ehud Katz changed: What|Removed |Added Fixed By Commit(s)||rGd98cb81cd11c CC|

[llvm-bugs] [Bug 40925] opt crashes with "with "opt -flattencfg" : Assertion `Val && "isa<> used on a null pointer"' failed.

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40925 Ehud Katz changed: What|Removed |Added CC||ehudk...@gmail.com Fixed By Commit(s)|

[llvm-bugs] [Bug 45679] New: LoopVectorizer produces wrong code with UserVF not dividing small TripCount

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45679 Bug ID: 45679 Summary: LoopVectorizer produces wrong code with UserVF not dividing small TripCount Product: libraries Version: trunk Hardware: All OS: All

[llvm-bugs] [Bug 45681] New: Request for LangRef clarification: allocation size of global variable declaration

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45681 Bug ID: 45681 Summary: Request for LangRef clarification: allocation size of global variable declaration Product: Documentation Version: trunk Hardware: All OS: Al

[llvm-bugs] [Bug 45648] clang-format breaks right shift operators

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45648 Owen Pan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 45682] New: Failure to optimize some limit bounds patterns based on __builtin_assume

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45682 Bug ID: 45682 Summary: Failure to optimize some limit bounds patterns based on __builtin_assume Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 45683] New: Bad optimization of simple switch

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45683 Bug ID: 45683 Summary: Bad optimization of simple switch Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Pri

[llvm-bugs] [Bug 45684] New: Failure to optimize out unary - on right operand of % when it is not -1

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45684 Bug ID: 45684 Summary: Failure to optimize out unary - on right operand of % when it is not -1 Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 45685] New: Failure to optimize away multiplication when right operand is not 0

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45685 Bug ID: 45685 Summary: Failure to optimize away multiplication when right operand is not 0 Product: libraries Version: trunk Hardware: PC OS: Linux Sta

[llvm-bugs] [Bug 45686] New: Failure to combine assumptions on range of value of variable

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45686 Bug ID: 45686 Summary: Failure to combine assumptions on range of value of variable Product: libraries Version: trunk Hardware: PC OS: Linux Status: NE

[llvm-bugs] [Bug 45687] New: Failure to optimize away abs check based on known range of variable

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45687 Bug ID: 45687 Summary: Failure to optimize away abs check based on known range of variable Product: libraries Version: trunk Hardware: PC OS: Linux Sta

[llvm-bugs] [Bug 45688] New: Missed optimization on comparison after knowing __builtin_uadd_overflow didn't overflow

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45688 Bug ID: 45688 Summary: Missed optimization on comparison after knowing __builtin_uadd_overflow didn't overflow Product: libraries Version: trunk Hardware: PC OS: L

[llvm-bugs] [Bug 45689] New: Failure to optimize away range check of modulo based on known ranges

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45689 Bug ID: 45689 Summary: Failure to optimize away range check of modulo based on known ranges Product: libraries Version: trunk Hardware: PC OS: Linux St

[llvm-bugs] [Bug 45690] New: Slow code (-O2) due to using jne instead of using cmove

2020-04-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45690 Bug ID: 45690 Summary: Slow code (-O2) due to using jne instead of using cmove Product: clang Version: 10.0 Hardware: PC OS: Linux Status: NEW