[llvm-bugs] [Bug 42204] llvm-strip should error when using stdin ('-') more than once as input files

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42204 Alex Brachet-Mialot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 42251] Please backport r361158 to 8.0

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42251 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|r361158

[llvm-bugs] [Bug 41221] [meta] 8.0.1 Release Blockers

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41221 Bug 41221 depends on bug 42251, which changed state. Bug 42251 Summary: Please backport r361158 to 8.0 https://bugs.llvm.org/show_bug.cgi?id=42251 What|Removed |Added

[llvm-bugs] [Bug 42303] New: Default parameter of unique_ptr instantiates causing failure with incomplete type:

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42303 Bug ID: 42303 Summary: Default parameter of unique_ptr instantiates causing failure with incomplete type: Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 42302] New: Clang-format ternary operator wrong alignment of ':' in second line

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42302 Bug ID: 42302 Summary: Clang-format ternary operator wrong alignment of ':' in second line Product: clang Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 42279] Regression since "Fix a bug w/inbounds invalidation in LFTR"

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42279 listm...@philipreames.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 42205] crash producing debug info for in-class partial specialization of static data member template with 'auto' type

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42205 David Blaikie changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] Issue 15236 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-earlycse: ASSERT: !Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) || getHashValueImpl(LHS) =

2019-06-17 Thread jctremou… via monorail via llvm-bugs
Comment #4 on issue 15236 by jctremou...@gmail.com: llvm/llvm-opt-fuzzer--x86_64-earlycse: ASSERT: !Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) || getHashValueImpl(LHS) = https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15236#c4 Fix checked in to llvm as r363598. The

[llvm-bugs] [Bug 42280] opt -early-cse sometimes crashing with Assertion `!Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) || getHashValueImpl(LHS) == getHashValueImpl(RHS)'

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42280 Joseph Tremoulet changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] [Bug 42301] New: Crash on extremely long string

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42301 Bug ID: 42301 Summary: Crash on extremely long string Product: clang Version: 8.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P

[llvm-bugs] [Bug 36734] llvm.experimental.vector.reduce.{fadd, fmul} incorrect for non-unit accumulators

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36734 Nikita Popov changed: What|Removed |Added CC||nikita@gmail.com

[llvm-bugs] [Bug 40759] [X86] Compiler wrongly emits temporal stores when vectorizing a scalar nontemporal memcpy loop.

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40759 Warren Ristow changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 42295] _Static_assert(.1 == .1, ""); won't compile

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42295 Richard Smith changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[llvm-bugs] Issue 15333 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: V.getNode() && "Getting TableId on SDValue()"

2019-06-17 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.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,

[llvm-bugs] [Bug 41843] std::is_base_of should give correct result for incomplete unions

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41843 Marshall Clow (home) changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 42300] New: [llvm-mca] How to model "result bus bubbles"?

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42300 Bug ID: 42300 Summary: [llvm-mca] How to model "result bus bubbles"? Product: tools Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] Issue 13905 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: EltSize * 8 == EltVT.getSizeInBits() && "Converting bits to bytes lost precision

2019-06-17 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #2 on issue 13905 by sheriff...@chromium.org: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: EltSize * 8 == EltVT.getSizeInBits() && "Converting bits to bytes lost precision https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13905#c2 This

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

2019-06-17 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #2 on issue 13908 by sheriff...@chromium.org: 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#c2 This bug is approaching its

[llvm-bugs] Issue 8037 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: Abrt in llvm::llvm_unreachable_internal

2019-06-17 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #9 on issue 8037 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-O2: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8037#c9 ClusterFuzz testcase

[llvm-bugs] [Bug 40276] Change in behavior of -split-dwarf-file from Clang 6

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40276 Aaron Puchert changed: What|Removed |Added Fixed By Commit(s)||r363496 Status|CONFIRMED

[llvm-bugs] [Bug 37428] [x86] Vector shift left generates sub-optimal code for shift by "select" from two constants or loop-invariant values

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37428 Sanjay Patel changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 42299] New: Should warn for __attribute__((pcs("aapcs-vfp"))) when target does not have floating-point

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42299 Bug ID: 42299 Summary: Should warn for __attribute__((pcs("aapcs-vfp"))) when target does not have floating-point Product: clang Version: unspecified Hardware: PC

[llvm-bugs] [Bug 42298] New: -fopenmp-simd is incorrectly required for _OPENMP to be defined to 201511

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42298 Bug ID: 42298 Summary: -fopenmp-simd is incorrectly required for _OPENMP to be defined to 201511 Product: OpenMP Version: unspecified Hardware: PC OS: Linux

[llvm-bugs] Issue 15323 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: Heap-use-after-free in CodeGenPrepare::optimizeInst

2019-06-17 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.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,

[llvm-bugs] [Bug 41259] switch is not converted into an argument LUT when a call return value is discarded

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41259 Hans Wennborg changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[llvm-bugs] [Bug 42296] New: Identity addrspacecast's are thrown with asserts enabled.

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42296 Bug ID: 42296 Summary: Identity addrspacecast's are thrown with asserts enabled. Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW

[llvm-bugs] [Bug 42295] New: _Static_assert(.1 == .1, ""); won't compile

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42295 Bug ID: 42295 Summary: _Static_assert(.1 == .1, ""); won't compile Product: clang Version: 8.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 42294] New: [mssa-loop-dep] wrong code

2019-06-17 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42294 Bug ID: 42294 Summary: [mssa-loop-dep] wrong code Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement