[llvm-bugs] [Bug 50555] New: Suboptimal SLP vectorization

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50555 Bug ID: 50555 Summary: Suboptimal SLP vectorization Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority

[llvm-bugs] [Bug 50556] New: [yaml2obj] error: section '.shstrtab' should be present in the 'Sections' or 'Excluded' lists

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50556 Bug ID: 50556 Summary: [yaml2obj] error: section '.shstrtab' should be present in the 'Sections' or 'Excluded' lists Product: libraries Version: trunk Hardware: All

[llvm-bugs] [Bug 50557] New: Polly flags generate wrong outputs for polybench 2mm, 3mm, and gemm benchmarks.

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50557 Bug ID: 50557 Summary: Polly flags generate wrong outputs for polybench 2mm, 3mm, and gemm benchmarks. Product: Polly Version: unspecified Hardware: Other OS: Linu

[llvm-bugs] [Bug 50558] New: Wrong generation of PT_LOAD program headers

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50558 Bug ID: 50558 Summary: Wrong generation of PT_LOAD program headers Product: lld Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 50559] New: Wrong initialization performed with empty initializer list

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50559 Bug ID: 50559 Summary: Wrong initialization performed with empty initializer list Product: clang Version: unspecified Hardware: PC OS: Linux Status: NE

[llvm-bugs] [Bug 46662] merge truncated stores

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46662 Sanjay Patel changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 50560] New: lambda implicit copy capture triggered from within an OpenMP critical section crashes

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50560 Bug ID: 50560 Summary: lambda implicit copy capture triggered from within an OpenMP critical section crashes Product: clang Version: 12.0 Hardware: PC OS: Linux

[llvm-bugs] [Bug 50561] New: Concepts overload check not considered?

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50561 Bug ID: 50561 Summary: Concepts overload check not considered? Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: normal Priority

[llvm-bugs] Issue 34771 in oss-fuzz: llvm:clangd-fuzzer: ASSERT: Idx < getNumArgs() && "Argument index out of range!"

2021-06-02 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 34771 by ClusterFuzz-External: llvm:clangd-fuzzer: ASSERT: Idx < getNumArgs() && "Argument index out of range!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34771#c1 ClusterFuzz testcase 629167820

[llvm-bugs] [Bug 34710] segmentation fault in llvm::MachineInstr::addOperand

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34710 Simon Pilgrim changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[llvm-bugs] [Bug 50562] New: ERROR: UndefinedBehaviorSanitizer failed to allocate 0x0 (0) bytes of SetAlternateSignalStack (error code: 22)

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50562 Bug ID: 50562 Summary: ERROR: UndefinedBehaviorSanitizer failed to allocate 0x0 (0) bytes of SetAlternateSignalStack (error code: 22) Product: clang Version: 12.0

[llvm-bugs] [Bug 50563] New: Implement cstring literal merging

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50563 Bug ID: 50563 Summary: Implement cstring literal merging Product: lld Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhancement Prior

[llvm-bugs] [Bug 50505] -fno-cuda-host-device-constexpr not supported?

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50505 Artem Belevich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 50055] Folding a comparison to use pre-extended value results increases instructions

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50055 Sanjay Patel changed: What|Removed |Added Fixed By Commit(s)||ede3982792df Resolution|---

[llvm-bugs] [Bug 50337] Concept subsumption broken with constrained + unconstrained parameter with terse syntax

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50337 Richard Smith changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|

[llvm-bugs] [Bug 50561] Concepts overload check not considered?

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50561 Richard Smith changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 50374] static llvm::FixedVectorType *llvm::FixedVectorType::get(llvm::Type *, unsigned int): Assertion `NumElts > 0 && "#Elements of a VectorType must be greater than 0"' failed.

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50374 Simon Pilgrim changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 50207] call to constexpr variadic class member function is not emitted (and triggers warning)

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50207 Richard Smith changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 50564] New: atomic_signal_fence should not generate a dmb on aarch64

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50564 Bug ID: 50564 Summary: atomic_signal_fence should not generate a dmb on aarch64 Product: new-bugs Version: 11.0 Hardware: Macintosh OS: MacOS X Status:

[llvm-bugs] Issue 34886 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in llvm::SmallPtrSetImpl::insert

2021-06-02 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 50565] New: loading LLVMPolly.so in opt ERROR: CommandLine options

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50565 Bug ID: 50565 Summary: loading LLVMPolly.so in opt ERROR: CommandLine options Product: Polly Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: no

[llvm-bugs] [Bug 50565] loading LLVMPolly.so in opt ERROR: CommandLine options

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50565 Michael Kruse changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 50406] Compiler crashing when compiling coroutine intrinsic with coroutine disabled

2021-06-02 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=50406 Yuanfang Chen changed: What|Removed |Added Status|NEW |RESOLVED CC|