[llvm-bugs] [Bug 126720] [Clang] Frontend crash compiling struct/class method with explicit object parameters

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126720 Summary [Clang] Frontend crash compiling struct/class method with explicit object parameters Labels clang Assignees

[llvm-bugs] [Bug 126753] [libc][math] Reduce the performance penalty from raising FE_INEXACT for sqrtf128.

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126753 Summary [libc][math] Reduce the performance penalty from raising FE_INEXACT for sqrtf128. Labels libc Assignees ln

[llvm-bugs] [Bug 126755] Adopt formatv() automatic index assignment

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126755 Summary Adopt formatv() automatic index assignment Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126761] Request Commit Access For mustartt

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126761 Summary Request Commit Access For mustartt Labels infra:commit-access-request Assignees Reporter

[llvm-bugs] [Bug 126764] [DAG] SimplifyDemandedBits/SimplifyDemandedVectorElts - improve handling of multiple uses of MemSDNode chain

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126764 Summary [DAG] SimplifyDemandedBits/SimplifyDemandedVectorElts - improve handling of multiple uses of MemSDNode chain Labels missed-optimization,

[llvm-bugs] [Bug 126712] [mlir][linalg][tensor] Audit Tensor_RelayoutOp/Linalg_RelayoutOp

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126712 Summary [mlir][linalg][tensor] Audit Tensor_RelayoutOp/Linalg_RelayoutOp Labels mlir Assignees Reporte

[llvm-bugs] [Bug 126719] Minor typo in TypeSanitizer documentation: "tale" -> "table"

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126719 Summary Minor typo in TypeSanitizer documentation: "tale" -> "table" Labels new issue Assignees Report

[llvm-bugs] [Bug 126784] [DirectX] Register properties not initialized, causing UB in passes

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126784 Summary [DirectX] Register properties not initialized, causing UB in passes Labels backend:DirectX Assignees

[llvm-bugs] [Bug 126794] [libc][math] Update reference to Alexei's sqrtf128 implementation once it's in CORE-MATH.

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126794 Summary [libc][math] Update reference to Alexei's sqrtf128 implementation once it's in CORE-MATH. Labels libc Assignees

[llvm-bugs] [Bug 126797] [Flang] Incorrect diagnostic due to private generic name still visible outside of the module.

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126797 Summary [Flang] Incorrect diagnostic due to private generic name still visible outside of the module. Labels flang:frontend Assignees

[llvm-bugs] [Bug 126804] Clang test Analysis/live-stmts.cpp randomly fails on MacOS

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126804 Summary Clang test Analysis/live-stmts.cpp randomly fails on MacOS Labels clang Assignees Reporter

[llvm-bugs] [Bug 126809] [Scalarizer] Intrinsic `uadd_with_overflow` should be scalarizable

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126809 Summary [Scalarizer] Intrinsic `uadd_with_overflow` should be scalarizable Labels new issue Assignees

[llvm-bugs] [Bug 126814] Segment fault on Windows

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126814 Summary Segment fault on Windows Labels new issue Assignees Reporter angelog0

[llvm-bugs] [Bug 126702] [clang-tidy] performance-noexcept-move-constructor do not handle conditional noexcept properly

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126702 Summary [clang-tidy] performance-noexcept-move-constructor do not handle conditional noexcept properly Labels clang-tidy Assignees

[llvm-bugs] [Bug 126706] Cannot compile libc for rv32imc_zaamo_zalrsc

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126706 Summary Cannot compile libc for rv32imc_zaamo_zalrsc Labels libc Assignees Reporter c

[llvm-bugs] [Bug 126731] eBPF/atomic: error in backend: Cannot select... AtomicStore...

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126731 Summary eBPF/atomic: error in backend: Cannot select... AtomicStore... Labels Assignees Reporter

[llvm-bugs] [Bug 126733] some libc++ 19.1.0 headers no longer compile with C++11

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126733 Summary some libc++ 19.1.0 headers no longer compile with C++11 Labels libc++ Assignees Reporter

[llvm-bugs] [Bug 126747] [clang-format] `AllowShortFunctionsOnASingleLine: Inline` doesn't work with `BreakBeforeBraces: Whitesmiths`

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126747 Summary [clang-format] `AllowShortFunctionsOnASingleLine: Inline` doesn't work with `BreakBeforeBraces: Whitesmiths` Labels Assignees

[llvm-bugs] [Bug 126773] [HLSL] Add Root Signature Documentation into clang

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126773 Summary [HLSL] Add Root Signature Documentation into clang Labels clang Assignees Reporter

[llvm-bugs] [Bug 126827] Extend clang/utils/creduce-clang-crash.py to reduce middle-end and backend crashes using llvm-reduce

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126827 Summary Extend clang/utils/creduce-clang-crash.py to reduce middle-end and backend crashes using llvm-reduce Labels Assignees

[llvm-bugs] [Bug 126836] wrf in SPEC2017 emits "Verification Error" on Grace when using llvmorg-20.1.0-rc1

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126836 Summary wrf in SPEC2017 emits "Verification Error" on Grace when using llvmorg-20.1.0-rc1 Labels regression Assignees

[llvm-bugs] [Bug 126844] [clang-format] comment immediately preceding `} else` is incorrectly indented

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126844 Summary [clang-format] comment immediately preceding `} else` is incorrectly indented Labels clang-format Assignees

[llvm-bugs] [Bug 126841] [clang-tidy] cppcoreguidelines-pro-type-member-init doesn't handle fields conditionally initailized in body well

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126841 Summary [clang-tidy] cppcoreguidelines-pro-type-member-init doesn't handle fields conditionally initailized in body well Labels clang-tidy

[llvm-bugs] [Bug 126855] [Clang++] C enum incorrectly specializes into concept for operator<< overload

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126855 Summary [Clang++] C enum incorrectly specializes into concept for operator<< overload Labels clang Assignees

[llvm-bugs] [Bug 126786] Regression in dotnet9.0 builds caused by 23da169

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126786 Summary Regression in dotnet9.0 builds caused by 23da169 Labels backend:PowerPC Assignees Reporter

[llvm-bugs] [Bug 126787] Initializing base class from derived class: access check missing?

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126787 Summary Initializing base class from derived class: access check missing? Labels Assignees Reporter

[llvm-bugs] [Bug 126781] [AMDGPU] getSubRegs in SIRegisterInfo.td can be simplified

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126781 Summary [AMDGPU] getSubRegs in SIRegisterInfo.td can be simplified Labels Assignees Reporter jura

[llvm-bugs] [Bug 126791] [HLSL] Implement explicit layout for $Globals

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126791 Summary [HLSL] Implement explicit layout for $Globals Labels HLSL Assignees Reporter

[llvm-bugs] [Bug 126792] [Clang++] Reference to inactive union member is not produce error in the constexpr context

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126792 Summary [Clang++] Reference to inactive union member is not produce error in the constexpr context Labels clang Assignees

[llvm-bugs] [Bug 126805] Request Commit Access For charithaintc

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126805 Summary Request Commit Access For charithaintc Labels infra:commit-access-request Assignees Reporter

[llvm-bugs] [Bug 126806] [Flang] Incorrect diagnostic on deallocating unlimited polymorphic pointer component

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126806 Summary [Flang] Incorrect diagnostic on deallocating unlimited polymorphic pointer component Labels flang:frontend Assignees

[llvm-bugs] [Bug 126823] [InstCombine] Optimize invalid `addrspacecast` to `poison`

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126823 Summary [InstCombine] Optimize invalid `addrspacecast` to `poison` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126824] Fix unwind registration for multiple JIT instances in a single process.

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126824 Summary Fix unwind registration for multiple JIT instances in a single process. Labels new issue Assignees

[llvm-bugs] [Bug 126834] Upstreaming ClangIR

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126834 Summary Upstreaming ClangIR Labels ClangIR Assignees andykaylor Reporter

[llvm-bugs] [Bug 126816] [HLSL] Consider setting OptimizeNone attribute on exported library function

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126816 Summary [HLSL] Consider setting OptimizeNone attribute on exported library function Labels new issue Assignees

[llvm-bugs] [Bug 126817] DeadArgumentElimination creates invalid code with musttail calls

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126817 Summary DeadArgumentElimination creates invalid code with musttail calls Labels new issue Assignees Re

[llvm-bugs] [Bug 126830] Fix unwind registration for multiple JIT instances in a single process. (2nd attempt)

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126830 Summary Fix unwind registration for multiple JIT instances in a single process. (2nd attempt) Labels new issue Assignees

[llvm-bugs] [Bug 126832] Request Commit Access For vigneshwarj

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126832 Summary Request Commit Access For vigneshwarj Labels infra:commit-access-request Assignees Reporter

[llvm-bugs] [Bug 126867] Backport #126710 to release/20.x

2025-02-11 Thread LLVM Bugs via llvm-bugs
Issue 126867 Summary Backport #126710 to release/20.x Labels release:backport Assignees Reporter J