[llvm-bugs] [Bug 140100] Missed VRP with __builtin_popcount() when bitshift with __builtin_{ctzg, clzg}

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140100 Summary Missed VRP with __builtin_popcount() when bitshift with __builtin_{ctzg, clzg} Labels Assignees Reporter

[llvm-bugs] [Bug 140094] [clang-doc] Add a JSON backend to clang-doc to better leverage mustache templates

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140094 Summary [clang-doc] Add a JSON backend to clang-doc to better leverage mustache templates Labels help wanted, clang-doc A

[llvm-bugs] [Bug 140108] `std::format` generates substantially more code than inlined `fmt::format`

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140108 Summary `std::format` generates substantially more code than inlined `fmt::format` Labels libc++, format Assignees

[llvm-bugs] [Bug 140118] `-Wunused-const-variable` warning is not emitted under `-Werror` if another earlier warning causes compilation to abort

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140118 Summary `-Wunused-const-variable` warning is not emitted under `-Werror` if another earlier warning causes compilation to abort Labels new issue

[llvm-bugs] [Bug 140018] Clang crashes with assertion in ResolveSingleFunctionTemplateSpecialization with -std=c++20 since clang 10

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140018 Summary Clang crashes with assertion in ResolveSingleFunctionTemplateSpecialization with -std=c++20 since clang 10 Labels clang Assig

[llvm-bugs] [Bug 140020] Wrong source range for local/global declarations with unused/alias attribute.

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140020 Summary Wrong source range for local/global declarations with unused/alias attribute. Labels clang:frontend Assignees

[llvm-bugs] [Bug 140019] llvm20 build error, -DLLVM_ENABLE_PROJECTS="clang; mlir; "

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140019 Summary llvm20 build error, -DLLVM_ENABLE_PROJECTS="clang;mlir;" Labels clang, mlir Assignees

[llvm-bugs] [Bug 140023] ICE / LLVM oom after allocd[32] = '\2'; in C and C++ related to CodeGen

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140023 Summary ICE / LLVM oom after allocd[32] = '\2'; in C and C++ related to CodeGen Labels new issue Assignees

[llvm-bugs] [Bug 140024] LLVM 20.1.5 test failure

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140024 Summary LLVM 20.1.5 test failure Labels new issue Assignees Reporter RossComputerGuy

[llvm-bugs] [Bug 140025] Missed constant folding through control flow

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140025 Summary Missed constant folding through control flow Labels new issue Assignees Reporter

[llvm-bugs] [Bug 140040] [AMDGPU] Form G_S/UBFX from uniform operations widened by RegBankSelect

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140040 Summary [AMDGPU] Form G_S/UBFX from uniform operations widened by RegBankSelect Labels new issue Assignees Pierre-

[llvm-bugs] [Bug 140043] Release Asset Audit Failed

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140043 Summary Release Asset Audit Failed Labels infrastructure Assignees Reporter llvmbot

[llvm-bugs] [Bug 140046] Error using header in OpenCL kernel compilation

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140046 Summary Error using header in OpenCL kernel compilation Labels new issue Assignees Reporter

[llvm-bugs] [Bug 140052] type_info name alignment on s390x

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140052 Summary type_info name alignment on s390x Labels Assignees Reporter iii-i On t

[llvm-bugs] [Bug 140054] [clang-tidy] "bugprone-return-const-ref-from-parameter" - should catch reference-like returns

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140054 Summary [clang-tidy] "bugprone-return-const-ref-from-parameter" - should catch reference-like returns Labels clang-tidy Assignees

[llvm-bugs] [Bug 140057] Unexpected error when passing a type to an unidentified preprocessor definition

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140057 Summary Unexpected error when passing a type to an unidentified preprocessor definition Labels new issue Assignees

[llvm-bugs] [Bug 140069] [OpenMP] Assertion `(i >= FTy->getNumParams() || FTy->getParamType(i) == Args[i]->getType()) && "Calling a function with a bad signature!"' failed.

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140069 Summary [OpenMP] Assertion `(i >= FTy->getNumParams() || FTy->getParamType(i) == Args[i]->getType()) && "Calling a function with a bad signature!"' failed. Labels

[llvm-bugs] [Bug 140071] [docs] Missing link in the Strict Aliasing section of the Users Manual?

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140071 Summary [docs] Missing link in the Strict Aliasing section of the Users Manual? Labels new issue Assignees

[llvm-bugs] [Bug 140074] [OpenMP] Assertion `!isNull() && "Cannot retrieve a NULL type pointer"' failed.

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140074 Summary [OpenMP] Assertion `!isNull() && "Cannot retrieve a NULL type pointer"' failed. Labels new issue Assignees

[llvm-bugs] [Bug 140080] [OpenMP] Assertion `llvm::isPowerOf2_64(Value) && "Alignment is not a power of 2"' failed.

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140080 Summary [OpenMP] Assertion `llvm::isPowerOf2_64(Value) && "Alignment is not a power of 2"' failed. Labels new issue Assignees

[llvm-bugs] [Bug 140085] [clang-doc] Use ExitOnError over manually handling exit conditions

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140085 Summary [clang-doc] Use ExitOnError over manually handling exit conditions Labels good first issue, clang-doc Assignees

[llvm-bugs] [Bug 140133] normal distribution implementation

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140133 Summary normal distribution implementation Labels new issue Assignees Reporter franco

[llvm-bugs] [Bug 140154] Infinite Loop in DAP when sending request before launch.

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140154 Summary Infinite Loop in DAP when sending request before launch. Labels lldb-dap Assignees Reporter

[llvm-bugs] [Bug 140170] Clangd language server crashing when using C++ #embed macro.

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140170 Summary Clangd language server crashing when using C++ #embed macro. Labels new issue Assignees Report

[llvm-bugs] [Bug 140194] clangd autocomplete suggestion(s) for functions with explicit object parameter (deducing this) can be improved

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140194 Summary clangd autocomplete suggestion(s) for functions with explicit object parameter (deducing this) can be improved Labels new issue

[llvm-bugs] [Bug 140198] [RISCV] masked.load crashes with Zve32

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140198 Summary [RISCV] masked.load crashes with Zve32 Labels new issue Assignees Reporter t

[llvm-bugs] [Bug 140129] uh does not compile with C++26 on clang trunk

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140129 Summary uh does not compile with C++26 on clang trunk Labels clang Assignees Reporter

[llvm-bugs] [Bug 140130] Clang assertion failure in ASTStmtReader::VisitConstantExpr()

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140130 Summary Clang assertion failure in ASTStmtReader::VisitConstantExpr() Labels clang Assignees alexfh

[llvm-bugs] [Bug 140135] svptest_any(svptrue_b64(), x)

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140135 Summary svptest_any(svptrue_b64(), x) Labels new issue Assignees Reporter DenisYarosh

[llvm-bugs] [Bug 140095] [SPIRV][Vulkan] SPV_KHR_no_integer_wrap_decoration generated for Vulkan

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140095 Summary [SPIRV][Vulkan] SPV_KHR_no_integer_wrap_decoration generated for Vulkan Labels backend:SPIR-V Assignees

[llvm-bugs] [Bug 140097] [SPIRV][Vulkan] Do we need to generate StorageImageReadWithoutFormat?

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140097 Summary [SPIRV][Vulkan] Do we need to generate StorageImageReadWithoutFormat? Labels backend:SPIR-V Assignees

[llvm-bugs] [Bug 140141] [lld] Bug with Assert in linker scripts

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140141 Summary [lld] Bug with Assert in linker scripts Labels lld Assignees Reporter lquinn

[llvm-bugs] [Bug 140143] [DirectX] Arrays of vectors remain in alloca and global variables after scalarization

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140143 Summary [DirectX] Arrays of vectors remain in alloca and global variables after scalarization Labels new issue Assignees

[llvm-bugs] [Bug 140149] Fix regression tests with bad FileCheck checks, like `CHECk`

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140149 Summary Fix regression tests with bad FileCheck checks, like `CHECk` Labels new issue Assignees Report

[llvm-bugs] [Bug 140175] [clang-tidy][bug] Why does the same config not produce the same effect for ClassCase and EnumConstant?

2025-05-15 Thread LLVM Bugs via llvm-bugs
Issue 140175 Summary [clang-tidy][bug] Why does the same config not produce the same effect for ClassCase and EnumConstant? Labels clang-tidy Assi