[llvm-bugs] Issue 23894 in oss-fuzz: llvm:llvm-isel-fuzzer--wasm32-O2: ASSERT: RangeCheckOp == WebAssembly::GT_U_I32 || RangeCheckOp == WebAssembly::GT_U_I64

2020-07-04 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils..

[llvm-bugs] [Bug 46582] New: static_assert that is always false impossible?

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46582 Bug ID: 46582 Summary: static_assert that is always false impossible? Product: new-bugs Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 43580] Slow code generated by Clang for 525.x264_r-like loop

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43580 Florian Hahn changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|

[llvm-bugs] [Bug 46583] New: Pointless PHI after loop rotation

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46583 Bug ID: 46583 Summary: Pointless PHI after loop rotation Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Pri

[llvm-bugs] Issue 18240 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-gvn: ASSERT: isFPPredicate() && "Invalid FCmp predicate value"

2020-07-04 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #3 on issue 18240 by ClusterFuzz-External: llvm:llvm-opt-fuzzer--x86_64-gvn: ASSERT: isFPPredicate() && "Invalid FCmp predicate value" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18240#c3 ClusterFuzz testca

[llvm-bugs] [Bug 46577] Non-ADL lookup for overloaded operators fails in fold expressions

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46577 Michael Jabbour changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 46561] Clang produces wrong code with -O1 (Combine redundant instructions on function)

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46561 Sanjay Patel changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] Issue 23900 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-simplifycfg: ASSERT: Val && "isa<> used on a null pointer"

2020-07-04 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils..

[llvm-bugs] Issue 23904 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: isValidOperands(V1, V2, Mask) && "Invalid shuffle vector instruction operands!"

2020-07-04 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils..

[llvm-bugs] [Bug 43488] libunwind: _Unwind_GetIPInfo doesn't handle signal frames correctly

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43488 Marshall Clow (home) changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 46584] New: win32 std::current_exception miscompilation

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46584 Bug ID: 46584 Summary: win32 std::current_exception miscompilation Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Keywords: miscompila

[llvm-bugs] [Bug 46585] New: [DAGCombiner] ZERO_EXTEND_VECTOR_INREG/SIGN_EXTEND_VECTOR_INREG of undef incorrectly folded to undef

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46585 Bug ID: 46585 Summary: [DAGCombiner] ZERO_EXTEND_VECTOR_INREG/SIGN_EXTEND_VECTOR_INREG of undef incorrectly folded to undef Product: libraries Version: trunk H

[llvm-bugs] [Bug 46585] [DAGCombiner] ZERO_EXTEND_VECTOR_INREG/SIGN_EXTEND_VECTOR_INREG of undef incorrectly folded to undef

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46585 Craig Topper changed: What|Removed |Added Fixed By Commit(s)||120c5f1057dc50229f73bc75bba |

[llvm-bugs] [Bug 46586] New: Clang produces wrong code with -O1 (Combine redundant instructions on function)

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46586 Bug ID: 46586 Summary: Clang produces wrong code with -O1 (Combine redundant instructions on function) Product: new-bugs Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 46587] New: nullptr passed as operand argument to the call to __kmpc_fork_teams

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46587 Bug ID: 46587 Summary: nullptr passed as operand argument to the call to __kmpc_fork_teams Product: clang Version: trunk Hardware: PC OS: All Status: N

[llvm-bugs] Issue 23908 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-gvn: ASSERT: UserValue <= UserMaxValue && "value is too big"

2020-07-04 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils..

[llvm-bugs] Issue 23894 in oss-fuzz: llvm:llvm-isel-fuzzer--wasm32-O2: ASSERT: RangeCheckOp == WebAssembly::GT_U_I32 || RangeCheckOp == WebAssembly::GT_U_I64

2020-07-04 Thread tliv… via monorail via llvm-bugs
Comment #1 on issue 23894 by tliv...@google.com: llvm:llvm-isel-fuzzer--wasm32-O2: ASSERT: RangeCheckOp == WebAssembly::GT_U_I32 || RangeCheckOp == WebAssembly::GT_U_I64 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=23894#c1 This was a temporary regression fixed by https://github.com/l

[llvm-bugs] [Bug 46447] [WebAssembly] Bad switch codegen for i64 on wasm-opt

2020-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46447 Thomas Lively changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|