[llvm-bugs] [Bug 44788] New: Function pointer in template argument

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44788 Bug ID: 44788 Summary: Function pointer in template argument Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Pri

[llvm-bugs] [Bug 44791] New: LLDB 10.x (and current master) fails to build with GCC 5.4

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44791 Bug ID: 44791 Summary: LLDB 10.x (and current master) fails to build with GCC 5.4 Product: lldb Version: 10.0 Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 44792] New: Dead lock when forking with coverage enabled in multithreaded environment

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44792 Bug ID: 44792 Summary: Dead lock when forking with coverage enabled in multithreaded environment Product: compiler-rt Version: unspecified Hardware: PC OS: Linux

[llvm-bugs] [Bug 44794] New: -Wmicrosoft-template changed in 10.0.0

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44794 Bug ID: 44794 Summary: -Wmicrosoft-template changed in 10.0.0 Product: clang Version: 10.0 Hardware: PC OS: Windows NT Status: NEW Severity: enhancement

[llvm-bugs] [Bug 36894] [X86] SLM/Sandy Models don't account for load latency for SSE42/AES/CLMUL classes

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36894 Simon Pilgrim changed: What|Removed |Added Fixed By Commit(s)|rGf25a2a3de5b5 |rGf25a2a3de5b5,rG8616bd417f |

[llvm-bugs] [Bug 32325] [META][X86] Improve implementation and use of X86 scheduler models

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32325 Bug 32325 depends on bug 36894, which changed state. Bug 36894 Summary: [X86] SLM/Sandy Models don't account for load latency for SSE42/AES/CLMUL classes https://bugs.llvm.org/show_bug.cgi?id=36894 What|Removed |Added

[llvm-bugs] [Bug 44795] New: Use vpshuflb instead of vpshuflw/vpshufhw (AMD Zen)

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44795 Bug ID: 44795 Summary: Use vpshuflb instead of vpshuflw/vpshufhw (AMD Zen) Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhance

[llvm-bugs] [Bug 44796] New: Use movzx instead of mov + shr

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44796 Bug ID: 44796 Summary: Use movzx instead of mov + shr Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priori

[llvm-bugs] [Bug 44797] New: [MCA][CodeGenSchedule] Better handling of instructions with zero NumMicroOpcodes.

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44797 Bug ID: 44797 Summary: [MCA][CodeGenSchedule] Better handling of instructions with zero NumMicroOpcodes. Product: tools Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 44798] New: llvm/test/tools/UpdateTestChecks/update_cc_test_checks use clang but don't depend on clang

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44798 Bug ID: 44798 Summary: llvm/test/tools/UpdateTestChecks/update_cc_test_checks use clang but don't depend on clang Product: tools Version: trunk Hardware: PC OS: Li

[llvm-bugs] [Bug 44555] [meta] 10.0.0 Release Blockers

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44555 Bug 44555 depends on bug 44600, which changed state. Bug 44600 Summary: [AArch64][ARM] experimental.vector.reduce without FMF asserts https://bugs.llvm.org/show_bug.cgi?id=44600 What|Removed |Added

[llvm-bugs] [Bug 44600] [AArch64][ARM] experimental.vector.reduce without FMF asserts

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44600 Hans Wennborg changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 37699] [X86][BMI][TBM] Remove llvm.x86.tbm.bextri.* and always use llvm.x86.bmi.bextr.*

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37699 Simon Pilgrim changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[llvm-bugs] [Bug 44800] New: opt -loop-vectorize fails with 'Assertion `(EdgeMask || NumIncoming == 1) && "Multiple predecessors with one having a full mask"' failed.'

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44800 Bug ID: 44800 Summary: opt -loop-vectorize fails with 'Assertion `(EdgeMask || NumIncoming == 1) && "Multiple predecessors with one having a full mask"' failed.' Product: libraries

[llvm-bugs] [Bug 44733] TEST 'libomp :: ompt/synchronization/reduction/tree_reduce.c' FAILED on 32-bit x86

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44733 Hans Wennborg changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] [Bug 44555] [meta] 10.0.0 Release Blockers

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44555 Bug 44555 depends on bug 44733, which changed state. Bug 44733 Summary: TEST 'libomp :: ompt/synchronization/reduction/tree_reduce.c' FAILED on 32-bit x86 https://bugs.llvm.org/show_bug.cgi?id=44733 What|Removed |Adde

[llvm-bugs] [Bug 43462] Null pointer dereference warning inside PrintActions1

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43462 Simon Pilgrim changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 35640] Merge r320396 into the 5.0 branch : [Sema] Fix crash in unused-lambda-capture warning for VLAs

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=35640 Malcolm Parsons changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 34492] [meta] 5.0.1 Release Blockers

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34492 Bug 34492 depends on bug 35640, which changed state. Bug 35640 Summary: Merge r320396 into the 5.0 branch : [Sema] Fix crash in unused-lambda-capture warning for VLAs https://bugs.llvm.org/show_bug.cgi?id=35640 What|Removed

[llvm-bugs] [Bug 42958] -Wunused-lambda-capture too strict with 'this'

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42958 Malcolm Parsons changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[llvm-bugs] [Bug 44802] New: InstCombine unsafely drops zero extensions when combining shifts

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44802 Bug ID: 44802 Summary: InstCombine unsafely drops zero extensions when combining shifts Product: libraries Version: trunk Hardware: PC OS: Linux Status

[llvm-bugs] [Bug 44803] New: "dynamic initialization is not supported" when compiling CUDA + Thrust code

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44803 Bug ID: 44803 Summary: "dynamic initialization is not supported" when compiling CUDA + Thrust code Product: clang Version: 9.0 Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 11969] FreeBSD 9.0 stable i386 build world core dumped (libssp_nonshared)

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=11969 ema...@freebsd.org changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEW

[llvm-bugs] [Bug 44682] compiler-rt build broken on mac: 'os/lock.h' file not found

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44682 David Major changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 44555] [meta] 10.0.0 Release Blockers

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44555 Bug 44555 depends on bug 44682, which changed state. Bug 44682 Summary: compiler-rt build broken on mac: 'os/lock.h' file not found https://bugs.llvm.org/show_bug.cgi?id=44682 What|Removed |Added --

[llvm-bugs] [Bug 44804] New: Function merging not enabled at -O2/-Os or higher

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44804 Bug ID: 44804 Summary: Function merging not enabled at -O2/-Os or higher Product: clang Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 44805] New: `-fmerge-functions` incorrectly overrides __attribute__((always_inline)) and __attribute__((flatten))

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44805 Bug ID: 44805 Summary: `-fmerge-functions` incorrectly overrides __attribute__((always_inline)) and __attribute__((flatten)) Product: clang Version: trunk Hard

[llvm-bugs] [Bug 44388] memcpyopt adds incorrect align to memset

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44388 Juneyoung Lee changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 44806] New: clang-cl crash running pass 'Frontend instrumentation-based coverage lowering' on module llvm\lib\Support\Parallel.cpp

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44806 Bug ID: 44806 Summary: clang-cl crash running pass 'Frontend instrumentation-based coverage lowering' on module llvm\lib\Support\Parallel.cpp Product: clang Version: 10.

[llvm-bugs] [Bug 44249] [Compile Time] 50% of time spent in Elim phi nodes

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44249 Jonas Paulsson changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 44803] "dynamic initialization is not supported" when compiling CUDA + Thrust code

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44803 Artem Belevich changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[llvm-bugs] [Bug 44807] New: llvm-objdump cannot understand symbols emitted by wasm reference toolchain

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44807 Bug ID: 44807 Summary: llvm-objdump cannot understand symbols emitted by wasm reference toolchain Product: tools Version: 10.0 Hardware: PC OS: All Sta

[llvm-bugs] [Bug 44808] New: unused variable: Target/ARM/ARMConstantIslandPass.cpp:333

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44808 Bug ID: 44808 Summary: unused variable: Target/ARM/ARMConstantIslandPass.cpp:333 Product: libraries Version: 10.0 Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 44809] New: Constraint ignored in function template of class template when using terse syntax

2020-02-05 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44809 Bug ID: 44809 Summary: Constraint ignored in function template of class template when using terse syntax Product: clang Version: trunk Hardware: PC OS: Linux