[llvm-bugs] [Bug 89533] Inverted movemasks result in redundant logic

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89533 Summary Inverted movemasks result in redundant logic Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89529] flang-new 19.0.0 bug: `nan > 0`, `nan > 1`

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89529 Summary flang-new 19.0.0 bug: `nan > 0`, `nan > 1` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89528] `flang-new` 19.0.0 bug: `sum([Inf, 0.0]) = NaN`, while `Inf + 0.0 = Inf`

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89528 Summary `flang-new` 19.0.0 bug: `sum([Inf, 0.0]) = NaN`, while `Inf + 0.0 = Inf` Labels new issue Assignees

[llvm-bugs] [Bug 89524] llvm-strip --strip-debug on riscv64 produces unusually large binaries since llvm/clang 18

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89524 Summary llvm-strip --strip-debug on riscv64 produces unusually large binaries since llvm/clang 18 Labels clang Assignees

[llvm-bugs] [Bug 89520] clang-tidy crash with Assertion `0 && "Invalid SLocOffset or bad function choice"' failed

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89520 Summary clang-tidy crash with Assertion `0 && "Invalid SLocOffset or bad function choice"' failed Labels clang-tidy Assignees

[llvm-bugs] [Bug 89518] clang-tidy crash in ASTMatcher: Matching cppcoreguidelines-missing-std-forward

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89518 Summary clang-tidy crash in ASTMatcher: Matching cppcoreguidelines-missing-std-forward Labels clang-tidy Assignees

[llvm-bugs] [Bug 89516] miscompile of vanilla integer code by InstCombine

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89516 Summary miscompile of vanilla integer code by InstCombine Labels miscompilation, llvm:instcombine Assignees

[llvm-bugs] [Bug 89515] clang-tidy crash in ASTMatcher: Processing bugprone-implicit-widening-of-multiplication-result

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89515 Summary clang-tidy crash in ASTMatcher: Processing bugprone-implicit-widening-of-multiplication-result Labels clang-tidy Assignees

[llvm-bugs] [Bug 89514] [BUG] Clang crashes when compiling IR

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89514 Summary [BUG] Clang crashes when compiling IR Labels clang Assignees Reporter maxomati

[llvm-bugs] Issue 68187 in oss-fuzz: llvm:llvm-parse-assembly-fuzzer: ASSERT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "E

2024-04-20 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou

[llvm-bugs] Issue 68186 in oss-fuzz: llvm:clangd-fuzzer: ASSERT: OutBufCur > OutBufStart && "Invalid call to flush_nonempty."

2024-04-20 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou

[llvm-bugs] Issue 68183 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-indvars: ASSERT: detail::isPresent(Val) && "dyn_cast on a non-existent value"

2024-04-20 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou

[llvm-bugs] [Bug 89511] Buildkite: VMs missing on PR

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89511 Summary Buildkite: VMs missing on PR Labels new issue Assignees Reporter tschuett

[llvm-bugs] [Bug 89508] [BOLT] Optimized binary has premature terminator entry warning

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89508 Summary [BOLT] Optimized binary has premature terminator entry warning Labels BOLT Assignees Reporter

[llvm-bugs] [Bug 89506] clang-repl can not correctly execute top-level for-loop statements

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89506 Summary clang-repl can not correctly execute top-level for-loop statements Labels new issue Assignees R

[llvm-bugs] [Bug 89505] Some kind of crash when precompiling Julia packages on HPC cluster login node

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89505 Summary Some kind of crash when precompiling Julia packages on HPC cluster login node Labels new issue Assignees

[llvm-bugs] [Bug 89501] [clang] User-defined conversion function called instead of converting constructor

2024-04-20 Thread LLVM Bugs via llvm-bugs
://godbolt.org/z/MMYWc68xP Compile error with GCC trunk (14.0.1 20240420): ``` : In instantiation of 'Size::Size(Size) [with U = UIDimension; T = int]': :13:46: required from here 13 | void test(UISize u) { IntSize foo = IntSize(u); } | ^ :2:66: error: cannot convert 'UIDimensi

[llvm-bugs] [Bug 89500] [InstCombine] Miscompilation with poison vectors in `src_and_eq_C_xor_OrAndNotC `

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89500 Summary [InstCombine] Miscompilation with poison vectors in `src_and_eq_C_xor_OrAndNotC ` Labels miscompilation, llvm:instcombine

[llvm-bugs] [Bug 89493] Hang Issue with LLVM: No Output or Error Message

2024-04-20 Thread LLVM Bugs via llvm-bugs
Issue 89493 Summary Hang Issue with LLVM: No Output or Error Message Labels new issue Assignees Reporter