[llvm-bugs] [Bug 129998] [ICE-on-valid] CTAD through alias template causes crash in `TemplateArgument::getNonTypeTemplateArgumentType`

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129998 Summary [ICE-on-valid] CTAD through alias template causes crash in `TemplateArgument::getNonTypeTemplateArgumentType` Labels new issue

[llvm-bugs] [Bug 130002] [mlir] Inconsistent output when executing MLIR program with `linalg-specialize-generic-ops`

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 130002 Summary [mlir] Inconsistent output when executing MLIR program with `linalg-specialize-generic-ops` Labels mlir Assignees

[llvm-bugs] [Bug 129986] Constexpr template member function call is not taken as a constant expression

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129986 Summary Constexpr template member function call is not taken as a constant _expression_ Labels new issue Assignees

[llvm-bugs] [Bug 129995] [RISCV] Crash in `detectVLSCCEligibleStruct`

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129995 Summary [RISCV] Crash in `detectVLSCCEligibleStruct` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 129970] Can StringByteSize in demangleStringLiteral in MicrosoftDemangle.cpp overflow?

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129970 Summary Can StringByteSize in demangleStringLiteral in MicrosoftDemangle.cpp overflow? Labels new issue Assignees

[llvm-bugs] [Bug 129984] AMDGPU should try to make use of s_cmov_b32, s_cmov_b64, and s_cmovk_i32

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129984 Summary AMDGPU should try to make use of s_cmov_b32, s_cmov_b64, and s_cmovk_i32 Labels backend:AMDGPU, missed-optimization

[llvm-bugs] [Bug 129978] AMDGPU should form s_addk_i32 and s_mulk_i32 earlier

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129978 Summary AMDGPU should form s_addk_i32 and s_mulk_i32 earlier Labels backend:AMDGPU Assignees Reporter

[llvm-bugs] [Bug 129856] Dead calls with convergence token uses are not deleted

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129856 Summary Dead calls with convergence token uses are not deleted Labels backend:AMDGPU, missed-optimization Assignees

[llvm-bugs] [Bug 129844] Miscompile with C++23 constexpr-unknown constant evaluation

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129844 Summary Miscompile with C++23 constexpr-unknown constant evaluation Labels clang:codegen, miscompilation, c++23

[llvm-bugs] [Bug 129877] [flang] fatal Fortran runtime error

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129877 Summary [flang] fatal Fortran runtime error Labels flang Assignees Reporter dnoan

[llvm-bugs] [Bug 129851] Why Isn't `-Wsign-conversion` Included in `-Wall` and `-Wextra`?

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129851 Summary Why Isn't `-Wsign-conversion` Included in `-Wall` and `-Wextra`? Labels new issue Assignees Re

[llvm-bugs] [Bug 129873] Clang segfault in clang::Sema::PushCompoundScope

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129873 Summary Clang segfault in clang::Sema::PushCompoundScope Labels clang Assignees Reporter

[llvm-bugs] [Bug 129863] [LoongArch][Inlineasm] Operand modifier 'u' and 'w' cause compilation error

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129863 Summary [LoongArch][Inlineasm] Operand modifier 'u' and 'w' cause compilation error Labels new issue Assignees Six

[llvm-bugs] [Bug 129867] Object direct-initialization with enumerator value converted in integer

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129867 Summary Object direct-initialization with enumerator value converted in integer Labels new issue Assignees

[llvm-bugs] [Bug 129881] clang, windows: why doesn't -fms-runtime-lib=dll implicitly pass -Wl, /NODEFAULTLIB:libcmt?

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129881 Summary clang,windows: why doesn't -fms-runtime-lib=dll implicitly pass -Wl,/NODEFAULTLIB:libcmt? Labels clang Assignees

[llvm-bugs] [Bug 129903] clang crashes if `#embed` is not alone in initializer list for multidimensional array

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129903 Summary clang crashes if `#embed` is not alone in initializer list for multidimensional array Labels c23, clang:codegen, embed

[llvm-bugs] [Bug 129904] clang frontend failed at clang::ASTContext::forEachMultiversionedFunctionVersion()

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129904 Summary clang frontend failed at clang::ASTContext::forEachMultiversionedFunctionVersion() Labels Assignees Report

[llvm-bugs] [Bug 129912] Incorrect Clang compilation error in non-taken if-constexpr branch within template lambda

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129912 Summary Incorrect Clang compilation error in non-taken if-constexpr branch within template lambda Labels clang Assignees

[llvm-bugs] [Bug 129900] Assertion failure in operator delete of llvm::User

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129900 Summary Assertion failure in operator delete of llvm::User Labels llvm:ir Assignees marcauberer

[llvm-bugs] [Bug 129901] [mlir] Affine For Op invalid IR: verifying symbols in lower/upper bound operands

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129901 Summary [mlir] Affine For Op invalid IR: verifying symbols in lower/upper bound operands Labels Assignees Reporter

[llvm-bugs] [Bug 129910] LLDBCoreTests are crashing because of Telemetry

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129910 Summary LLDBCoreTests are crashing because of Telemetry Labels new issue Assignees oontvoo

[llvm-bugs] [Bug 129894] [Regression] [Modules] Forward declaration cannot be attached to other modules

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129894 Summary [Regression] [Modules] Forward declaration cannot be attached to other modules Labels new issue Assignees

[llvm-bugs] [Bug 129884] An error occurs when debugging with LLDB after compiling with Clang

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129884 Summary An error occurs when debugging with LLDB after compiling with Clang Labels clang Assignees Rep

[llvm-bugs] [Bug 129899] s390x: vector cast using shuffle does not optimize well

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129899 Summary s390x: vector cast using shuffle does not optimize well Labels new issue Assignees Reporter

[llvm-bugs] [Bug 129929] Segfault when lower COPY intrinsic RISCV

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129929 Summary Segfault when lower COPY intrinsic RISCV Labels new issue Assignees Reporter

[llvm-bugs] [Bug 129942] [HLSL] Root Signature semantic analysis - Register Validations

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129942 Summary [HLSL] Root Signature semantic analysis - Register Validations Labels HLSL Assignees inbelic

[llvm-bugs] [Bug 129940] [HLSL] Root Signature semantic analysis - Bounded Parameter checks

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129940 Summary [HLSL] Root Signature semantic analysis - Bounded Parameter checks Labels HLSL Assignees inbelic

[llvm-bugs] [Bug 129951] off-by-one error in -fsanitizer=bounds when addressing a pointer instead of an integral

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129951 Summary off-by-one error in -fsanitizer=bounds when addressing a pointer instead of an integral Labels new issue Assignees

[llvm-bugs] [Bug 129955] s390x: `llvm.fshl.i128` is not optimized well

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129955 Summary s390x: `llvm.fshl.i128` is not optimized well Labels new issue Assignees Reporter

[llvm-bugs] [Bug 129947] Missed optimization: `umax(1 << x, 1 << y) => 1 << umax(x, y)`

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129947 Summary Missed optimization: `umax(1 << x, 1 << y) => 1 << umax(x, y)` Labels llvm:optimizations, llvm:instcombine, missed-optimizati

[llvm-bugs] [Bug 129961] [RISCV] Missing builtin __builtin_riscv_pause

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129961 Summary [RISCV] Missing builtin __builtin_riscv_pause Labels new issue Assignees Reporter

[llvm-bugs] [Bug 129963] lldb trims long command line on Windows

2025-03-05 Thread LLVM Bugs via llvm-bugs
Issue 129963 Summary lldb trims long command line on Windows Labels Assignees Reporter compnerd