[llvm-bugs] [Bug 128415] How to cross-compile libcxx and libgcc?

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128415 Summary How to cross-compile libcxx and libgcc? Labels libc++ Assignees Reporter dare

[llvm-bugs] [Bug 128416] How to export basic block symbols in LLVM 14 and later versions?

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128416 Summary How to export basic block symbols in LLVM 14 and later versions? Labels new issue Assignees Re

[llvm-bugs] [Bug 128424] [clang] Vectorizer fails to vectorize average round to single average round instruction

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128424 Summary [clang] Vectorizer fails to vectorize average round to single average round instruction Labels clang Assignees

[llvm-bugs] [Bug 128432] LLDB, after exec and re-run, uses wrong argv

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128432 Summary LLDB, after exec and re-run, uses wrong argv Labels new issue Assignees Reporter

[llvm-bugs] [Bug 128427] [clang] clang-analyzer-osx.SecKeychainAPI crash on failed assertion

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128427 Summary [clang] clang-analyzer-osx.SecKeychainAPI crash on failed assertion Labels clang Assignees Rep

[llvm-bugs] [Bug 128450] [clang][X86] Wrong result for __builtin_elementwise_fma on _Float16

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128450 Summary [clang][X86] Wrong result for __builtin_elementwise_fma on _Float16 Labels clang Assignees Rep

[llvm-bugs] [Bug 128452] [Crash] Assertion `It != D.Notes.end() && "neither the main diagnostic nor notes are inside main file"' failed.

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128452 Summary [Crash] Assertion `It != D.Notes.end() && "neither the main diagnostic nor notes are inside main file"' failed. Labels new issue

[llvm-bugs] [Bug 128460] Missed Optimization: simplifying truncated shift-and-mask to direct masking and comparison

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128460 Summary Missed Optimization: simplifying truncated shift-and-mask to direct masking and comparison Labels new issue Assignees

[llvm-bugs] [Bug 128468] [RISCV] Redundant sext can not be eliminated in sext removal pass.

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128468 Summary [RISCV] Redundant sext can not be eliminated in sext removal pass. Labels new issue Assignees

[llvm-bugs] [Bug 128475] [InstCombine] Missed optimization: `((X + LowMask) & LowMask) ^ LowMask -> (-X) & LowMask`

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128475 Summary [InstCombine] Missed optimization: `((X + LowMask) & LowMask) ^ LowMask -> (-X) & LowMask` Labels llvm:instcombine, missed-optimization

[llvm-bugs] [Bug 128408] AMDGPU backend doesn't lower __builtin_nontemporal_load correctly

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128408 Summary AMDGPU backend doesn't lower __builtin_nontemporal_load correctly Labels new issue Assignees R

[llvm-bugs] [Bug 128425] [LoopVectorize] Assertion `all_of(I->users(), [&InsertedSet](Value *U) { return InsertedSet.contains(cast(U)); }) && "removed instruction should only be used by i

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128425 Summary [LoopVectorize] Assertion `all_of(I->users(), [&InsertedSet](Value *U) { return InsertedSet.contains(cast(U)); }) && "removed instruction should only be used by instructions inserted " "during e

[llvm-bugs] [Bug 128441] Suboptimal codegen involving tzcnt

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128441 Summary Suboptimal codegen involving tzcnt Labels new issue Assignees Reporter tavian

[llvm-bugs] [Bug 128457] [InstCombine] wrong folding of `select (fcmp ...) (frem ...) C`

2025-02-23 Thread LLVM Bugs via llvm-bugs
Issue 128457 Summary [InstCombine] wrong folding of `select (fcmp ...) (frem ...) C` Labels new issue Assignees Rep