[llvm-bugs] [Bug 38800] New: Compiler crash in vectorizer with FP induction variable

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38800 Bug ID: 38800 Summary: Compiler crash in vectorizer with FP induction variable Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NE

[llvm-bugs] [Bug 38799] New: msbuild integration: suppressing and translating more properties

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38799 Bug ID: 38799 Summary: msbuild integration: suppressing and translating more properties Product: new-bugs Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 38798] New: clang never ends compiling this file

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38798 Bug ID: 38798 Summary: clang never ends compiling this file Product: clang Version: 6.0 Hardware: PC OS: FreeBSD Status: NEW Severity: enhancement Prio

[llvm-bugs] [Bug 38797] New: lld-link compatibility: reading manifestdpendency from .drectve

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38797 Bug ID: 38797 Summary: lld-link compatibility: reading manifestdpendency from .drectve Product: lld Version: unspecified Hardware: PC OS: Windows NT St

[llvm-bugs] [Bug 38582] u8 character literal prefix is causing an error despite it being part of the standard

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38582 Erich Keane changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[llvm-bugs] [Bug 38582] u8 character literal prefix is causing an error despite it being part of the standard

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38582 Marcus Johnson changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[llvm-bugs] [Bug 38796] New: Merge r340959 into the 7.0 branch

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38796 Bug ID: 38796 Summary: Merge r340959 into the 7.0 branch Product: libraries Version: 7.0 Hardware: PC OS: Linux Status: NEW Severity: release blocker P

[llvm-bugs] [Bug 38795] New: clang crashes at -O1 in 32-bit mode while running pass 'Greedy Register Allocator': Assertion `SA->getUseBlocks().size() == 1 && "Not a local interval"' failed

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38795 Bug ID: 38795 Summary: clang crashes at -O1 in 32-bit mode while running pass 'Greedy Register Allocator': Assertion `SA->getUseBlocks().size() == 1 && "Not a local interv

[llvm-bugs] [Bug 38788] sse4.1 all/any reductions on <4 x i32> inconsistent and possibly suboptimal

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38788 Gonzalo BG changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[llvm-bugs] [Bug 38794] New: GlobalAlias with non-zero offsets and public linkage end of with wrong size

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38794 Bug ID: 38794 Summary: GlobalAlias with non-zero offsets and public linkage end of with wrong size Product: libraries Version: trunk Hardware: All OS: All

[llvm-bugs] [Bug 38793] New: clang crashes on valid code at -O1 and above with debugging enabled: Assertion `!getType()->isVoidTy() && "Cannot assign a name to void values!"' failed

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38793 Bug ID: 38793 Summary: clang crashes on valid code at -O1 and above with debugging enabled: Assertion `!getType()->isVoidTy() && "Cannot assign a name to void values!"' failed Prod

[llvm-bugs] [Bug 38792] New: [InstCombine] Fails to combine three shufflevectors produced by LoopVectorizer

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38792 Bug ID: 38792 Summary: [InstCombine] Fails to combine three shufflevectors produced by LoopVectorizer Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 38788] sse4.1 all/any reductions on <4 x i32> inconsistent and possibly suboptimal

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38788 Gonzalo BG changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[llvm-bugs] Issue 8803 in oss-fuzz: llvm/clang-fuzzer: ASSERT: N.ugt(ArraySize) && "bounds check failed for in-bounds index"

2018-08-31 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #3 on issue 8803 by sheriff...@chromium.org: llvm/clang-fuzzer: ASSERT: N.ugt(ArraySize) && "bounds check failed for in-bounds index" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8803#c3 This bug is approaching its deadline for be

[llvm-bugs] Issue 8698 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in readInitExpr

2018-08-31 Thread jo… via monorail via llvm-bugs
Comment #6 on issue 8698 by jo...@devlieghere.com: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in readInitExpr https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8698#c6 Should be fixed by https://reviews.llvm.org/rL341216 -- You received this message because: 1. You were specifica

[llvm-bugs] Issue 8698 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in readInitExpr

2018-08-31 Thread jo… via monorail via llvm-bugs
Comment #5 on issue 8698 by jo...@devlieghere.com: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in readInitExpr https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8698#c5 Should be fixed by r341216. -- You received this message because: 1. You were specifically CC'd on the issue Yo

[llvm-bugs] [Bug 38123] Combine and-mask+icmp eq -> icmp ule when mask was all-ones in low bits

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38123 Roman Lebedev changed: What|Removed |Added See Also||https://bugs.llvm.org/show_ |

[llvm-bugs] [Bug 38791] New: Combine and-mask+icmp eq -> icmp ule when mask was all-ones in high bits

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38791 Bug ID: 38791 Summary: Combine and-mask+icmp eq -> icmp ule when mask was all-ones in high bits Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 38446] De morgan laws: fold not into other xor

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38446 Roman Lebedev changed: What|Removed |Added Resolution|--- |FIXED Assignee|unassignedb...@nondot.

[llvm-bugs] [Bug 38790] New: at least one side of the expression must be absolute

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38790 Bug ID: 38790 Summary: at least one side of the expression must be absolute Product: lld Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhancem

[llvm-bugs] [Bug 38789] New: warnings for untaken branch of ?: expression, at file scope

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38789 Bug ID: 38789 Summary: warnings for untaken branch of ?: expression, at file scope Product: clang Version: unspecified Hardware: PC OS: Linux Status: N

[llvm-bugs] [Bug 38757] No output in Visual Studio's Error List with latest Windows snapshot build installer

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38757 Karsten H changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 38788] New: sse4.1 all/any reductions on <4 x i32> inconsistent and possibly suboptimal

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38788 Bug ID: 38788 Summary: sse4.1 all/any reductions on <4 x i32> inconsistent and possibly suboptimal Product: new-bugs Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 38787] New: MCCodeView assertion and compilation failure with benchmark library

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38787 Bug ID: 38787 Summary: MCCodeView assertion and compilation failure with benchmark library Product: clang Version: trunk Hardware: PC OS: Windows XP St

[llvm-bugs] Issue 10107 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: !isa(Op0) && "AND node isn't canonicalized"

2018-08-31 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #3 on issue 10107 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: !isa(Op0) && "AND node isn't canonicalized" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10107#c3 ClusterFuzz testcase

[llvm-bugs] [Bug 38786] New: Erroneous loop optimization with -O2, accessing to wrong std::vector element

2018-08-31 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38786 Bug ID: 38786 Summary: Erroneous loop optimization with -O2, accessing to wrong std::vector element Product: libraries Version: 6.0 Hardware: PC OS: Linux

[llvm-bugs] Issue 10107 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: !isa(Op0) && "AND node isn't canonicalized"

2018-08-31 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #2 on issue 10107 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: !isa(Op0) && "AND node isn't canonicalized" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10107#c2 ClusterFuzz has detected this issue as fixed in range 201808300127:201808310127. Detail