[llvm-bugs] [Bug 85496] [libc][math][c23] Implement C23 floating point min and max functions

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85496 Summary [libc][math][c23] Implement C23 floating point min and max functions Labels good first issue, c23, libc

[llvm-bugs] [Bug 85495] Clang accepts invalid conversion of lambda to std::function

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85495 Summary Clang accepts invalid conversion of lambda to std::function Labels clang Assignees Reporter

[llvm-bugs] [Bug 85491] The option -Wno-main does not work.

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85491 Summary The option -Wno-main does not work. Labels new issue Assignees Reporter yujiez

[llvm-bugs] [Bug 85476] clang-format is confused by C++11 attributes with arguments in enum definition

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85476 Summary clang-format is confused by C++11 attributes with arguments in enum definition Labels clang-format Assignees

[llvm-bugs] [Bug 85464] Short-term DirectX target post-commit build infrastructure

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85464 Summary Short-term DirectX target post-commit build infrastructure Labels backend:DirectX Assignees Rep

[llvm-bugs] [Bug 85461] Clang doesn't instantiate a constexpr static data member of a class template if it's defined constexpr out of line

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85461 Summary Clang doesn't instantiate a constexpr static data member of a class template if it's defined constexpr out of line Labels clang

[llvm-bugs] [Bug 85457] [LICM] Mul association incorrectly combines no-wrap flags

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85457 Summary [LICM] Mul association incorrectly combines no-wrap flags Labels new issue Assignees Reporter

[llvm-bugs] [Bug 85453] [RISC-V] Overzealous transformation of `~x - 1` to `-2 - x` and unnecessary `-1` loads, rather than just using `~x`

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85453 Summary [RISC-V] Overzealous transformation of `~x - 1` to `-2 - x` and unnecessary `-1` loads, rather than just using `~x` Labels new issue

[llvm-bugs] [Bug 85450] Add printf folding when the arguments are constant

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85450 Summary Add printf folding when the arguments are constant Labels enhancement, missed-optimization Assignees

[llvm-bugs] [Bug 85448] [LICM] LICM miscompiles IR (introduces UB) when constant folding

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85448 Summary [LICM] LICM miscompiles IR (introduces UB) when constant folding Labels miscompilation, loopoptim Assignees

[llvm-bugs] [Bug 85447] clang 18.1.0 crashes in `clang::ASTContext::getTypeInfoImpl`

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85447 Summary clang 18.1.0 crashes in `clang::ASTContext::getTypeInfoImpl` Labels clang Assignees Reporter

[llvm-bugs] [Bug 85443] Clang 18 Seg Fault compiling Xanmod Kernel with LTO

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85443 Summary Clang 18 Seg Fault compiling Xanmod Kernel with LTO Labels clang Assignees Reporter

[llvm-bugs] [Bug 85440] [mlir] createOrFold does not sort commutative constant operands before trying to fold

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85440 Summary [mlir] createOrFold does not sort commutative constant operands before trying to fold Labels mlir Assignees

[llvm-bugs] [Bug 85432] [libc++] Add a global private constructor tag

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85432 Summary [libc++] Add a global private constructor tag Labels libc++ Assignees mordante Repo

[llvm-bugs] [Bug 85423] Possibly incorrect or missing back reference registration for Microsoft name mangling

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85423 Summary Possibly incorrect or missing back reference registration for Microsoft name mangling Labels new issue Assignees

[llvm-bugs] [Bug 85420] HLFIR error in flang-new

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85420 Summary HLFIR error in flang-new Labels new issue Assignees Reporter eschnett

[llvm-bugs] [Bug 85419] Missed optimization: extractps optimizes better than pshufd+movd

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85419 Summary Missed optimization: extractps optimizes better than pshufd+movd Labels new issue Assignees Rep

[llvm-bugs] [Bug 85418] Tablegen "Unresolved bitvar reference" assertion failure

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85418 Summary Tablegen "Unresolved bitvar reference" assertion failure Labels tablegen, crash Assignees

[llvm-bugs] [Bug 85417] LLVM 17.0.6 Win64 calling convention wrong for Windows x64 ABI

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85417 Summary LLVM 17.0.6 Win64 calling convention wrong for Windows x64 ABI Labels new issue Assignees Repor

[llvm-bugs] [Bug 85415] Sema::checkPointerTypesForAssignment calls IsFunctionConversion with From/To reversed

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85415 Summary Sema::checkPointerTypesForAssignment calls IsFunctionConversion with From/To reversed Labels new issue Assignees

[llvm-bugs] [Bug 85406] CTAD: crash on erroneous alias templates

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85406 Summary CTAD: crash on erroneous alias templates Labels c++20, clang:frontend, crash-on-invalid Assignees

[llvm-bugs] [Bug 85400] mlir/lib/Transforms/InlinerPass.cpp:101: Suspicious condition ?

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85400 Summary mlir/lib/Transforms/InlinerPass.cpp:101: Suspicious condition ? Labels mlir Assignees Reporter

[llvm-bugs] [Bug 85396] Assertion `Ptr != End && "dereferencing end() iterator"' failed

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85396 Summary Assertion `Ptr != End && "dereferencing end() iterator"' failed Labels new issue Assignees Repo

[llvm-bugs] [Bug 85395] [SelectionDAG] Add m_ZExtOrSelf/m_SExtOrSelf/m_AExtOrSelf/m_TruncOrSelf pattern matchers

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85395 Summary [SelectionDAG] Add m_ZExtOrSelf/m_SExtOrSelf/m_AExtOrSelf/m_TruncOrSelf pattern matchers Labels good first issue, llvm:SelectionDAG

[llvm-bugs] [Bug 85387] [x86_64] X86_64 backend pass struct argument wrong due to align.

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85387 Summary [x86_64] X86_64 backend pass struct argument wrong due to align. Labels new issue Assignees Rep

[llvm-bugs] [Bug 85385] CTAD: clang crashes on an invalid case

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85385 Summary CTAD: clang crashes on an invalid case Labels c++20, clang:frontend Assignees Repor

[llvm-bugs] [Bug 85379] ExpandLargeFpConvert asserts on conversions involving bfloat

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85379 Summary ExpandLargeFpConvert asserts on conversions involving bfloat Labels llvm:codegen, crash-on-valid, floating-point

[llvm-bugs] [Bug 85377] [llvm-objdump] llvm-objdump cannot disassemble __stack_chk_* symbol

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85377 Summary [llvm-objdump] llvm-objdump cannot disassemble __stack_chk_* symbol Labels new issue Assignees

[llvm-bugs] [Bug 85374] [RISCV] Miscompile at -O3 with rvv

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85374 Summary [RISCV] Miscompile at -O3 with rvv Labels backend:RISC-V, miscompilation Assignees

[llvm-bugs] [Bug 85373] [clang][crash-on-valid] Crash in frontend with `std::source_location::current().column()` in deduction guide

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85373 Summary [clang][crash-on-valid] Crash in frontend with `std::source_location::current().column()` in deduction guide Labels clang Assi

[llvm-bugs] [Bug 85372] [clang] False-positive with -Wuninitialized or not apply infered value to branch?

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85372 Summary [clang] False-positive with -Wuninitialized or not apply infered value to branch? Labels clang Assignees

[llvm-bugs] [Bug 85368] [DSE] Missed optimization: skip `store(phi)` if the tautological value in phi is assigned

2024-03-15 Thread LLVM Bugs via llvm-bugs
Issue 85368 Summary [DSE] Missed optimization: skip `store(phi)` if the tautological value in phi is assigned Labels new issue Assignees