[llvm-bugs] [Bug 126873] [clang-format 21.0.0] Operands aligned by AlignOperands are not aligned to equals signs aligned by AlignConsecutiveAssignments

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126873 Summary [clang-format 21.0.0] Operands aligned by AlignOperands are not aligned to equals signs aligned by AlignConsecutiveAssignments Labels clang-format

[llvm-bugs] [Bug 126889] Zero-Extend is dropped in DAG->DAG pass

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126889 Summary Zero-Extend is dropped in DAG->DAG pass Labels new issue Assignees Reporter w

[llvm-bugs] [Bug 126890] Request Commit Access For Wolfram70

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126890 Summary Request Commit Access For Wolfram70 Labels infra:commit-access-request Assignees Reporter

[llvm-bugs] [Bug 126892] [X86] Unnecessary promotion for fneg / fabs half calls

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126892 Summary [X86] Unnecessary promotion for fneg / fabs half calls Labels good first issue, backend:X86, missed-optimization,

[llvm-bugs] [Bug 126893] Request Commit Access For jtb20

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126893 Summary Request Commit Access For jtb20 Labels infra:commit-access-request Assignees Reporter

[llvm-bugs] [Bug 126882] MicroBenchmarks/LCALS/SubsetCRawLoops/lcalsCRaw.test

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126882 Summary MicroBenchmarks/LCALS/SubsetCRawLoops/lcalsCRaw.test Labels test-suite Assignees Reporter

[llvm-bugs] [Bug 126884] `clang-analyzer-security.ArrayBound` false positive

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126884 Summary `clang-analyzer-security.ArrayBound` false positive Labels false-positive Assignees Reporter

[llvm-bugs] [Bug 126909] [clang] Crash at O2: Assertion `idx < size()' failed.

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126909 Summary [clang] Crash at O2: Assertion `idx < size()' failed. Labels clang Assignees Reporter

[llvm-bugs] [Bug 126919] [WebAssembly] Huge symbol name section in debug build

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126919 Summary [WebAssembly] Huge symbol name section in debug build Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126917] Inconsist __PRETTY_FUNCTION__ when inline namespace is extended.

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126917 Summary Inconsist __PRETTY_FUNCTION__ when inline namespace is extended. Labels new issue Assignees Re

[llvm-bugs] [Bug 126888] [clang-cl] map `/vlen=` (used for AVX512 and AVX10.1) to `-mprefer-vector-width=`

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126888 Summary [clang-cl] map `/vlen=` (used for AVX512 and AVX10.1) to `-mprefer-vector-width=` Labels new issue Assignees

[llvm-bugs] [Bug 127004] Misreported number of branches in conditional when ternary is introduced

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 127004 Summary Misreported number of branches in conditional when ternary is introduced Labels new issue Assignees

[llvm-bugs] [Bug 127014] __builtin_verbose_trap with `$` and other characters in either category or reason will break LLDB

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 127014 Summary __builtin_verbose_trap with `$` and other characters in either category or reason will break LLDB Labels new issue Assignees

[llvm-bugs] [Bug 127002] [LLVM] error in backend: Broken function found, compilation aborted

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 127002 Summary [LLVM] error in backend: Broken function found, compilation aborted Labels new issue Assignees

[llvm-bugs] [Bug 127012] [libc++] Make libc++ buildable with explicit Clang modules

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 127012 Summary [libc++] Make libc++ buildable with explicit Clang modules Labels clang, libc++ Assignees

[llvm-bugs] [Bug 127009] Full target Windows binaries no longer available

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 127009 Summary Full target Windows binaries no longer available Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126973] [clang][modules] Assertion failed: (D && "missing definition for pattern of instantiated definition"), function hasAcceptableDefinition, file SemaType.cpp, line 9203.

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126973 Summary [clang][modules] Assertion failed: (D && "missing definition for pattern of instantiated definition"), function hasAcceptableDefinition, file SemaType.cpp, line 9203. L

[llvm-bugs] [Bug 126936] [llvm-link] Generating non compilable code from two valid bytecode files (only when ASAN enabled)

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126936 Summary [llvm-link] Generating non compilable code from two valid bytecode files (only when ASAN enabled) Labels new issue Assignees

[llvm-bugs] [Bug 126948] [libc] rewrite mktime_internal to use `time_t` internally instead of `int64_t`

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126948 Summary [libc] rewrite mktime_internal to use `time_t` internally instead of `int64_t` Labels libc Assignees

[llvm-bugs] [Bug 126966] [flang] [OpenMP] compilation failure for a computed GOTO with OpenMP SIMD loop (Assertion `isa(Val) && "cast() argument of incompatible type!"' failed)

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126966 Summary [flang] [OpenMP] compilation failure for a computed GOTO with OpenMP SIMD loop (Assertion `isa(Val) && "cast() argument of incompatible type!"' failed) Labels

[llvm-bugs] [Bug 126987] [clang-tidy] Check request: readability-avoid-enable-if

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126987 Summary [clang-tidy] Check request: readability-avoid-enable-if Labels clang-tidy Assignees Reporter

[llvm-bugs] [Bug 126940] #embed assertion fail if a known parameter comes after an unknown

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126940 Summary #embed assertion fail if a known parameter comes after an unknown Labels c23, crash-on-invalid, embed

[llvm-bugs] [Bug 126943] [RISCV] Miscompile caused by #126108 (Decompose single source shuffles (without exact VLEN))

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126943 Summary [RISCV] Miscompile caused by #126108 (Decompose single source shuffles (without exact VLEN)) Labels new issue Assignees

[llvm-bugs] [Bug 126938] Crash in c++20 code when lambda is present

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126938 Summary Crash in c++20 code when lambda is present Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126974] [RISC-V] Miscompile using rv64gcv

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126974 Summary [RISC-V] Miscompile using rv64gcv Labels new issue Assignees Reporter ewlu

[llvm-bugs] [Bug 126959] [clang-format] Different runs produce different formatting for the same code

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126959 Summary [clang-format] Different runs produce different formatting for the same code Labels clang-format Assignees

[llvm-bugs] [Bug 126982] Test ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll randomly crashing on MacOS build bot

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126982 Summary Test ExecutionEngine/OrcLazy/multiple-compile-threads-basic.ll randomly crashing on MacOS build bot Labels new issue Assignee

[llvm-bugs] [Bug 126949] [OMPIRBuilder] - Empty target task proxy function generated by OMPIRBuilder (`emitTargetTaskProxyFunction`)

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126949 Summary [OMPIRBuilder] - Empty target task proxy function generated by OMPIRBuilder (`emitTargetTaskProxyFunction`) Labels openmp, mlir,

[llvm-bugs] [Bug 126950] [Flang] Incorrect diagnostic on procedure pointer dummy argument

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126950 Summary [Flang] Incorrect diagnostic on procedure pointer dummy argument Labels flang:frontend Assignees

[llvm-bugs] [Bug 126954] lld-link library search should be case-insensitive for compatibility with MSVC artifacts

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126954 Summary lld-link library search should be case-insensitive for compatibility with MSVC artifacts Labels lld:COFF Assignees

[llvm-bugs] [Bug 126979] Fatal error: intrin0.h yvals_core.h - RC1021: invalid preprocessor command 'include_next'

2025-02-12 Thread LLVM Bugs via llvm-bugs
Issue 126979 Summary Fatal error: intrin0.h yvals_core.h - RC1021: invalid preprocessor command 'include_next' Labels Assignees