[llvm-bugs] [Bug 136277] [OpenMP][Flang] ‘Target update’ not working

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136277 Summary [OpenMP][Flang] ‘Target update’ not working Labels flang Assignees Reporter Y

[llvm-bugs] [Bug 136294] OpenMP array shaping failing test case

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136294 Summary OpenMP array shaping failing test case Labels new issue Assignees Reporter ra

[llvm-bugs] [Bug 136275] Trivial comparison of pointer defeats store->load forwarding

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136275 Summary Trivial comparison of pointer defeats store->load forwarding Labels llvm:analysis Assignees Re

[llvm-bugs] [Bug 136298] Copying of std::vector filled with neither copy constructible nor copy assignable elements

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136298 Summary Copying of std::vector filled with neither copy constructible nor copy assignable elements Labels new issue Assignees

[llvm-bugs] [Bug 136276] [BOLT] Inaccurate profile data check

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136276 Summary [BOLT] Inaccurate profile data check Labels BOLT Assignees Reporter WangJee

[llvm-bugs] [Bug 136292] analyzer: Thinks result of `__builtin_mul_overflow` can be uninitialized

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136292 Summary analyzer: Thinks result of `__builtin_mul_overflow` can be uninitialized Labels new issue Assignees

[llvm-bugs] [Bug 136315] [LLVM] llvm.fptosi.sat.* and llvm.fptoui.sat.* generate suboptimal code on PowerPC targets

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136315 Summary [LLVM] llvm.fptosi.sat.* and llvm.fptoui.sat.* generate suboptimal code on PowerPC targets Labels new issue Assignees

[llvm-bugs] [Bug 136305] [clang] Show warnings for Objective-C pointers/blocks with an `assign` attribute

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136305 Summary [clang] Show warnings for Objective-C pointers/blocks with an `assign` attribute Labels clang Assignees

[llvm-bugs] [Bug 136377] [clang-tidy] bugprone-crtp-constructor-accessibility for deleted constructor

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136377 Summary [clang-tidy] bugprone-crtp-constructor-accessibility for deleted constructor Labels clang-tidy Assignees

[llvm-bugs] [Bug 136379] -Warray-bounds misses unsafe pointer arithmetic

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136379 Summary -Warray-bounds misses unsafe pointer arithmetic Labels new issue Assignees Reporter

[llvm-bugs] [Bug 136368] Inefficient codegen for `copysign(known_zero_sign_bit, x)`

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136368 Summary Inefficient codegen for `copysign(known_zero_sign_bit, x)` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 136299] Windows Release

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136299 Summary Windows Release Labels new issue Assignees Reporter retro-dwsz

[llvm-bugs] [Bug 136028] Using basic loop unrolling concept

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136028 Summary Using basic loop unrolling concept Labels new issue Assignees Reporter mahmoo

[llvm-bugs] [Bug 136199] Missing `strlen` in libc for offloaded target nvptx64

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136199 Summary Missing `strlen` in libc for offloaded target nvptx64 Labels libc Assignees Reporter

[llvm-bugs] [Bug 136245] Missing offloaded libraries in `deb` distribution of llvm

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136245 Summary Missing offloaded libraries in `deb` distribution of llvm Labels new issue Assignees Reporter

[llvm-bugs] [Bug 136369] [clang-format] AlignAfterOpenBracket and Cpp11BracedListStyle option combination leads to inconsistent formatting

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136369 Summary [clang-format] AlignAfterOpenBracket and Cpp11BracedListStyle option combination leads to inconsistent formatting Labels clang-format

[llvm-bugs] [Bug 136289] [libc++] __bit reference: error: cannot add 'abi_tag' attribute in a redeclaration

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136289 Summary [libc++] __bit reference: error: cannot add 'abi_tag' attribute in a redeclaration Labels libc++ Assignees

[llvm-bugs] [Bug 136302] Basic-aa incorrectly reports NoAlias for equivalent constant pointers

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136302 Summary Basic-aa incorrectly reports NoAlias for equivalent constant pointers Labels new issue Assignees

[llvm-bugs] [Bug 136395] New RISC-V failure on SPEC CPU 2017 523.xalancbmk_r

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136395 Summary New RISC-V failure on SPEC CPU 2017 523.xalancbmk_r Labels miscompilation Assignees Reporter

[llvm-bugs] [Bug 136374] Arm Neoverse scheduling models have a way to large decode bandwidth (about 2x of the actual)

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136374 Summary Arm Neoverse scheduling models have a way to large decode bandwidth (about 2x of the actual) Labels new issue Assignees

[llvm-bugs] [Bug 136406] [Flang][OpenACC] Assertion `mlir::isa(baseAddr.getType()) && "expected pointer-like"' failed.

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136406 Summary [Flang][OpenACC] Assertion `mlir::isa(baseAddr.getType()) && "expected pointer-like"' failed. Labels mlir, flang

[llvm-bugs] [Bug 136408] [DirectX] Initializing an HLSL vector with a function call results in an assert

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136408 Summary [DirectX] Initializing an HLSL vector with a function call results in an assert Labels new issue, HLSL Assignees

[llvm-bugs] [Bug 136409] [DirectX] `createTypedBufferLoad` trys to replace a vector load with a scalar float extractValue insttruction in DXILResourceAccess.cpp

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136409 Summary [DirectX] `createTypedBufferLoad` trys to replace a vector load with a scalar float extractValue insttruction in DXILResourceAccess.cpp Labels new is

[llvm-bugs] [Bug 136410] [LLDB] An inconsistency between step-by-step debugging and breakpoint debugging at O2

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136410 Summary [LLDB] An inconsistency between step-by-step debugging and breakpoint debugging at O2 Labels new issue Assignees

[llvm-bugs] [Bug 136344] [HLSL] Fix failing SPIR-V backend tests that specify --target-env vulkan1.3

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136344 Summary [HLSL] Fix failing SPIR-V backend tests that specify --target-env vulkan1.3 Labels new issue Assignees

[llvm-bugs] [Bug 136342] [LLVM] llvm.fptosi.sat.* and llvm.fptoui.sat.* generate suboptimal code in some cases on x86

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136342 Summary [LLVM] llvm.fptosi.sat.* and llvm.fptoui.sat.* generate suboptimal code in some cases on x86 Labels new issue Assignees

[llvm-bugs] [Bug 136324] [mlir] LinalgOps::regionBuilder function should return ParseResult

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136324 Summary [mlir] LinalgOps::regionBuilder function should return ParseResult Labels mlir Assignees Repor

[llvm-bugs] [Bug 136347] `IRNormalizer`'s registry name `normalize` mismatches documentation

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136347 Summary `IRNormalizer`'s registry name `normalize` mismatches documentation Labels Assignees Reporter

[llvm-bugs] [Bug 136353] [WebAssembly] Incorrect stackification of effectful instructions

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136353 Summary [WebAssembly] Incorrect stackification of effectful instructions Labels new issue Assignees Re

[llvm-bugs] [Bug 136357] [flang][OpenMP] flaky firstprivate/lastprivate behavior due to misplaced barriers

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136357 Summary [flang][OpenMP] flaky firstprivate/lastprivate behavior due to misplaced barriers Labels flang Assignees

[llvm-bugs] [Bug 136358] Implement `sigsetjmp` and `siglongjmp`

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136358 Summary Implement `sigsetjmp` and `siglongjmp` Labels new issue Assignees Reporter Sc

[llvm-bugs] [Bug 136105] [clang-tidy] False positive bugprone-use-after-move with std::tie

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136105 Summary [clang-tidy] False positive bugprone-use-after-move with std::tie Labels clang-tidy, false-positive Assignees

[llvm-bugs] [Bug 136373] Placeholder used in parameter name should conflict with placeholder used for automatic variable

2025-04-18 Thread LLVM Bugs via llvm-bugs
Issue 136373 Summary Placeholder used in parameter name should conflict with placeholder used for automatic variable Labels Assignees cor3n