[llvm-bugs] [Bug 48662] New: SLP vectorizer produces lower performance code

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48662 Bug ID: 48662 Summary: SLP vectorizer produces lower performance code Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 48663] New: "strange" brace wrapping of block regarding afterfunction/aftercontrolstatement options

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48663 Bug ID: 48663 Summary: "strange" brace wrapping of block regarding afterfunction/aftercontrolstatement options Product: clang Version: 10.0 Hardware: PC OS: Linux

[llvm-bugs] [Bug 48665] New: [ConstantFold] llvm generate invalid assemble for type conversion between __fp16 and char

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48665 Bug ID: 48665 Summary: [ConstantFold] llvm generate invalid assemble for type conversion between __fp16 and char Product: libraries Version: 10.0 Hardware: PC OS:

[llvm-bugs] Issue 13908 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: VI != valueNumbering.end() && "Value not numbered?"

2021-01-05 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #4 on issue 13908 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: VI != valueNumbering.end() && "Value not numbered?" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13908#c4 ClusterFuzz test

[llvm-bugs] [Bug 47942] [PPC] Suspicious repeated condition in PPCTargetLowering.LowerBUILD_VECTOR

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47942 Simon Pilgrim changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|

[llvm-bugs] [Bug 48666] New: Spurious "expression with side effects has no effect in an unevaluated context" warning when VLA

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48666 Bug ID: 48666 Summary: Spurious "expression with side effects has no effect in an unevaluated context" warning when VLA Product: clang Version: 11.0 Hardware: PC O

[llvm-bugs] Issue 29286 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in llvm::detail::IEEEFloat::convertFromStringSpecials

2021-01-05 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.co

[llvm-bugs] [Bug 48667] New: Incorrect DWARF at -O3 for function inside struct

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48667 Bug ID: 48667 Summary: Incorrect DWARF at -O3 for function inside struct Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancemen

[llvm-bugs] [Bug 48655] templated class method call is emitted with a different argument type than it is actually called with

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48655 Yuri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 48668] New: Issues with formatting comments within switch statements

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48668 Bug ID: 48668 Summary: Issues with formatting comments within switch statements Product: clang Version: trunk Hardware: Macintosh OS: MacOS X Status: N

[llvm-bugs] [Bug 48669] New: Failure to optimize modulo pattern made from division optimally

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48669 Bug ID: 48669 Summary: Failure to optimize modulo pattern made from division optimally Product: libraries Version: trunk Hardware: PC OS: Linux Status:

[llvm-bugs] [Bug 48670] New: llvm-nm -D: display symbol versions

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48670 Bug ID: 48670 Summary: llvm-nm -D: display symbol versions Product: tools Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Prior

[llvm-bugs] [Bug 48671] New: c++2a constexpr destructors not supported for CUDA

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48671 Bug ID: 48671 Summary: c++2a constexpr destructors not supported for CUDA Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 48672] New: Block scope function declaration with implicit int + GNU attribute

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48672 Bug ID: 48672 Summary: Block scope function declaration with implicit int + GNU attribute Product: clang Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 48673] New: [x86] _mm_frcz_ss and _mm_frcz_sd should take two parameters

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48673 Bug ID: 48673 Summary: [x86] _mm_frcz_ss and _mm_frcz_sd should take two parameters Product: new-bugs Version: 11.0 Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 48674] New: -static-pie doesn't work with IFUNC

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48674 Bug ID: 48674 Summary: -static-pie doesn't work with IFUNC Product: lld Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement P

[llvm-bugs] [Bug 48621] lld can't build working static PIE on Linux/x86-64

2021-01-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48621 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] Issue 29299 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in clang::Parser::TryAnnotateTypeOrScopeToken

2021-01-05 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.co

[llvm-bugs] Issue 29308 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Sema::EmitCurrentDiagnostic

2021-01-05 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.co