[llvm-bugs] [Bug 43843] New: clang BPF wrong code generation, if branch

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43843 Bug ID: 43843 Summary: clang BPF wrong code generation, if branch Product: clang Version: 9.0 Hardware: Other OS: Linux Status: NEW Severity: normal Pr

[llvm-bugs] [Bug 42138] Different codegen with/without -g

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42138 Chris Ye changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 37728] [meta] Make llvm passes debug info invariant

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37728 Bug 37728 depends on bug 42138, which changed state. Bug 42138 Summary: Different codegen with/without -g https://bugs.llvm.org/show_bug.cgi?id=42138 What|Removed |Added

[llvm-bugs] [Bug 43803] "fatal error: error in backend: invalid number of bytes" using clang-cl on Windows

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43803 Reid Kleckner changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 43826] Thread Safety Analysis: false positive on const auto scoped_lock variable

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43826 Aaron Puchert changed: What|Removed |Added Fixed By Commit(s)||ae3159e497934ed1320d20aab8b |

[llvm-bugs] [Bug 43839] LLVM ICE when building Chrome for aarch64 with asserts enabled

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43839 Manoj Gupta changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 43842] Non-const ref treated as const-ref in the compiler.

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43842 Richard Smith changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 43759] "error: expected string in directive" on ARM

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43759 Nick Desaulniers changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[llvm-bugs] [Bug 43842] New: Non-const ref treated as const-ref in the compiler.

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43842 Bug ID: 43842 Summary: Non-const ref treated as const-ref in the compiler. Product: clang Version: 7.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 43823] Missed opportunity to use cmp with exx instead od rxx (code size optimization)

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43823 David Bolvansky changed: What|Removed |Added Fixed By Commit(s)||rG772533d9214b6e23762847fc7

[llvm-bugs] [Bug 43841] New: narrow casted FMA op?

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43841 Bug ID: 43841 Summary: narrow casted FMA op? Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement Priority: P

[llvm-bugs] [Bug 43840] New: Loop peeling is errneously not performed - only considers inequality predicates

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43840 Bug ID: 43840 Summary: Loop peeling is errneously not performed - only considers inequality predicates Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 43360] [meta] 9.0.1 Release Blockers

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43360 Bug 43360 depends on bug 43807, which changed state. Bug 43807 Summary: Please merge fc69ad09882c into 9.0.1 to workaround for PR43479 and PR43695 https://bugs.llvm.org/show_bug.cgi?id=43807 What|Removed |Added --

[llvm-bugs] [Bug 43807] Please merge fc69ad09882c into 9.0.1 to workaround for PR43479 and PR43695

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43807 Reid Kleckner changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] [Bug 43839] New: LLVM ICE when building Chrome for aarch64 with asserts enabled

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43839 Bug ID: 43839 Summary: LLVM ICE when building Chrome for aarch64 with asserts enabled Product: new-bugs Version: trunk Hardware: Other OS: Linux Status

[llvm-bugs] [Bug 43838] New: std::this_thread::sleep_until may block forever

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43838 Bug ID: 43838 Summary: std::this_thread::sleep_until may block forever Product: libc++ Version: 7.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] Issue 16283 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: Unexpected-exit in llvm::LLVMContext::diagnose

2019-10-29 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #2 on issue 16283 by sheriff...@chromium.org: llvm/llvm-isel-fuzzer--wasm32-O2: Unexpected-exit in llvm::LLVMContext::diagnose https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16283#c2 This bug is approaching its deadline for being

[llvm-bugs] Issue 16281 in oss-fuzz: llvm/clang-fuzzer: Null-dereference READ in DiagnoseInvalidRedeclaration

2019-10-29 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #2 on issue 16281 by sheriff...@chromium.org: llvm/clang-fuzzer: Null-dereference READ in DiagnoseInvalidRedeclaration https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16281#c2 This bug is approaching its deadline for being fixed, and

[llvm-bugs] [Bug 43731] Incorrect instcombine 'and + icmp eq' -> 'icmp ult' fold

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43731 Sanjay Patel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 43730] Incorrect 'icmp sle' -> 'icmp slt' w/ vectors

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43730 Sanjay Patel changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 43837] New: [X86][MCA] X86 Models should declare dependency breaking idioms and optimizable register moves

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43837 Bug ID: 43837 Summary: [X86][MCA] X86 Models should declare dependency breaking idioms and optimizable register moves Product: tools Version: trunk Hardware: PC OS

[llvm-bugs] [Bug 43772] No warnings about "Non-trivial type" when captured for teams region

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43772 Alexey Bataev changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] Issue 18580 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::DeclSpec::Finish

2019-10-29 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 18580 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::DeclSpec::Finish https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18580#c1 ClusterFuzz testcase 5634718188175360 is verifi

[llvm-bugs] [Bug 43836] New: Making memmove unconditional and reducing bb count

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43836 Bug ID: 43836 Summary: Making memmove unconditional and reducing bb count Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancem

[llvm-bugs] [Bug 12531] Reverse loop order with variable upper boundary not handled correctly by analyzer

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=12531 Jasper St. Pierre changed: What|Removed |Added Resolution|INVALID |--- Status|RESOLVED

[llvm-bugs] [Bug 43829] getRegisterByName() should be taught the rest of the registers

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43829 Krzysztof Parzyszek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 43458] loop-unroll crashes: Assertion `OuterL->isLCSSAForm(*DT) && "Loops should be in LCSSA form after loop-unroll."' failed.

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43458 Florian Hahn changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 43835] New: Differences between `base+width*i` and `base+=width`

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43835 Bug ID: 43835 Summary: Differences between `base+width*i` and `base+=width` Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhanc

[llvm-bugs] [Bug 43834] New: -ast-dump triggers assertion `!isa(T) && "Elaborated type in nested-name-specifier"'

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43834 Bug ID: 43834 Summary: -ast-dump triggers assertion `!isa(T) && "Elaborated type in nested-name-specifier"' Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 12531] Reverse loop order with variable upper boundary not handled correctly by analyzer

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=12531 Ehud Katz changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 16421] -O2/-O3 breaks reverse iterators

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=16421 Ehud Katz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 43833] New: Deduce non-null if `gep inbounds` with non-zero offset is applied

2019-10-29 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=43833 Bug ID: 43833 Summary: Deduce non-null if `gep inbounds` with non-zero offset is applied Product: libraries Version: trunk Hardware: PC OS: Linux Statu