[llvm-bugs] [Bug 132922] [InstCombine] Scalable splats don't have trunc constant folded

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132922 Summary [InstCombine] Scalable splats don't have trunc constant folded Labels llvm:instcombine Assignees

[llvm-bugs] [Bug 132344] [clang] Crash with official test `CXX/special/class.inhctor/elsewhere.cpp` and virtual inheritance

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132344 Summary [clang] Crash with official test `CXX/special/class.inhctor/elsewhere.cpp` and virtual inheritance Labels clang Assignees

[llvm-bugs] [Bug 132908] Missed Optimizeation: Missed Optimization: Consecutive divisions can be merged into one if intermediate multiplication doesn't overflow.

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132908 Summary Missed Optimizeation: Missed Optimization: Consecutive divisions can be merged into one if intermediate multiplication doesn't overflow. Labels new i

[llvm-bugs] [Bug 133021] [Clang] Missed strlen despite unreachable() in noinline increment function.

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 133021 Summary [Clang] Missed strlen despite unreachable() in noinline increment function. Labels Assignees Reporter

[llvm-bugs] [Bug 132980] [HLSL] Add resource variable names to resource metadata and binding table

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132980 Summary [HLSL] Add resource variable names to resource metadata and binding table Labels HLSL Assignees

[llvm-bugs] [Bug 132978] [HLSL] Add support for deprecated attribute

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132978 Summary [HLSL] Add support for deprecated attribute Labels HLSL Assignees Reporter sp

[llvm-bugs] [Bug 132998] ABI break for `_Atomic` in C++23 when using libstdc++

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132998 Summary ABI break for `_Atomic` in C++23 when using libstdc++ Labels ABI, c++23, libstdc++, diverges-from:gcc

[llvm-bugs] [Bug 132982] [flang][openmp] programs with offloading to amdgpu segfault

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132982 Summary [flang][openmp] programs with offloading to amdgpu segfault Labels flang Assignees Reporter

[llvm-bugs] [Bug 132983] [include-cleaner] rename enabled flags by default to `--disable-*`

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132983 Summary [include-cleaner] rename enabled flags by default to `--disable-*` Labels new issue Assignees

[llvm-bugs] [Bug 133013] Assertion failed: isConvertible(I, MainOp, AltOp) && "Cannot convert the instruction."

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 133013 Summary Assertion failed: isConvertible(I, MainOp, AltOp) && "Cannot convert the instruction." Labels new issue Assignees

[llvm-bugs] [Bug 132934] [X64] Inst combine Pass bug - Incorrect combining lost memory de-reference

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132934 Summary [X64] Inst combine Pass bug - Incorrect combining lost memory de-reference Labels new issue Assignees

[llvm-bugs] [Bug 132949] Crash clang-19.1.7 aarch64-unknown-windows-msvc

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132949 Summary Crash clang-19.1.7 aarch64-unknown-windows-msvc Labels new issue Assignees Reporter

[llvm-bugs] [Bug 133020] [RISCV] Compiler crash on splat vectors with illegal types

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 133020 Summary [RISCV] Compiler crash on splat vectors with illegal types Labels new issue Assignees mshockwave

[llvm-bugs] [Bug 133047] [Clang] template with NTTP param is static array element failed to compile

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 133047 Summary [Clang] template with NTTP param is static array element failed to compile Labels clang Assignees

[llvm-bugs] [Bug 132171] apt.llvm.org does not provide release builds channel

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132171 Summary apt.llvm.org does not provide release builds channel Labels new issue Assignees Reporter

[llvm-bugs] [Bug 133036] [llvm][CodeGen] Assertion `!hasInterval(Reg) && "Interval already exists!"' failed

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 133036 Summary [llvm][CodeGen] Assertion `!hasInterval(Reg) && "Interval already exists!"' failed Labels llvm:codegen, crash-on-valid

[llvm-bugs] [Bug 133038] [LICM] LICM breaks `initializes` attribute

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 133038 Summary [LICM] LICM breaks `initializes` attribute Labels miscompilation, loopoptim, generated by fuzzer Assi

[llvm-bugs] [Bug 133044] [lld-link] error : duplicate symbol

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 133044 Summary [lld-link] error : duplicate symbol Labels new issue Assignees Reporter co-ne

[llvm-bugs] [Bug 132953] [clangd][misc-include-cleaner] doesn't respect no_include IWYU pragma

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132953 Summary [clangd][misc-include-cleaner] doesn't respect no_include IWYU pragma Labels clangd, clang-tidy Assignees

[llvm-bugs] [Bug 132955] [HLSL][RootSignature] Add test to demonstrate `offset = append` behaviour

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132955 Summary [HLSL][RootSignature] Add test to demonstrate `offset = append` behaviour Labels test-suite, HLSL Assignees

[llvm-bugs] [Bug 132958] [HLSL] Initializer lists for some arrays failing

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132958 Summary [HLSL] Initializer lists for some arrays failing Labels HLSL Assignees llvm-beanz

[llvm-bugs] [Bug 132961] [mlir] Redundant signed cast attribute added when building `linalg.matmul`

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132961 Summary [mlir] Redundant signed cast attribute added when building `linalg.matmul` Labels mlir Assignees

[llvm-bugs] [Bug 132952] [GVN] GVN hoists the load before `llvm.lifetime.start`

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132952 Summary [GVN] GVN hoists the load before `llvm.lifetime.start` Labels miscompilation, llvm:GVN, generated by fuzzer

[llvm-bugs] [Bug 132893] I compiled it with the fmemory profile option and ran it once to generate the memprof.refraw file. However, the llvm prefdata merge triggered an assertion

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132893 Summary I compiled it with the fmemory profile option and ran it once to generate the memprof.refraw file. However, the llvm prefdata merge triggered an assertion Labels

[llvm-bugs] [Bug 132894] [mlir] Assertion 'Index < this->size() && "Invalid index!"' failed in array

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132894 Summary [mlir] Assertion 'Index < this->size() && "Invalid index!"' failed in array Labels Assignees Reporter

[llvm-bugs] [Bug 132901] The lldb step command skips commands without debugging information

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132901 Summary The lldb step command skips commands without debugging information Labels new issue Assignees

[llvm-bugs] [Bug 132902] step over failed (Could not create return address breakpoint

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132902 Summary step over failed (Could not create return address breakpoint Labels new issue Assignees Report

[llvm-bugs] [Bug 132926] Non-deterministic results from MemorySSAUpdater due to iteration order

2025-03-25 Thread LLVM Bugs via llvm-bugs
Issue 132926 Summary Non-deterministic results from MemorySSAUpdater due to iteration order Labels new issue Assignees