[llvm-bugs] [Bug 146805] [clang-tidy] Check request: performance-incorrect-move-with-smart-pointer-cast

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146805 Summary [clang-tidy] Check request: performance-incorrect-move-with-smart-pointer-cast Labels clang-tidy Assignees

[llvm-bugs] [Bug 146818] Assertion `isLValue()` failed in `Cl clang::Expr::ClassifyImpl(clang::ASTContext&, clang::SourceLocation*) const`

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146818 Summary Assertion `isLValue()` failed in `Cl clang::Expr::ClassifyImpl(clang::ASTContext&, clang::SourceLocation*) const` Labels clang

[llvm-bugs] [Bug 146817] [clang] Assertion `Constructor->getInheritedConstructor() && !Constructor->doesThisDeclarationHaveABody() && !Constructor->isDeleted()` failed

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146817 Summary [clang] Assertion `Constructor->getInheritedConstructor() && !Constructor->doesThisDeclarationHaveABody() && !Constructor->isDeleted()` failed Labels

[llvm-bugs] [Bug 146802] [flang] flang doesn't correctly handle `-mframe-pointer=reserved`

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146802 Summary [flang] flang doesn't correctly handle `-mframe-pointer=reserved` Labels flang:driver Assignees

[llvm-bugs] [Bug 146804] clang cannot process intertwined assembly sections

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146804 Summary clang cannot process intertwined assembly sections Labels clang Assignees Reporter

[llvm-bugs] [Bug 146683] [tsan] CHECK failed in thread sanitizer on ThreadCreate after finished thread was joined using pthread_clockjoin_np

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146683 Summary [tsan] CHECK failed in thread sanitizer on ThreadCreate after finished thread was joined using pthread_clockjoin_np Labels new issue

[llvm-bugs] [Bug 146712] [flang] Assertion failed: detail::isPresent(Val) && "dyn_cast on a non-existent value"

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146712 Summary [flang] Assertion failed: detail::isPresent(Val) && "dyn_cast on a non-existent value" Labels flang Assignees

[llvm-bugs] [Bug 146713] [wasm-ld] using `--import-memory` cancels out `--page-size=N` options without telling user.

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146713 Summary [wasm-ld] using `--import-memory` cancels out `--page-size=N` options without telling user. Labels new issue Assignees

[llvm-bugs] [Bug 146679] [asan][win] The memory used for PoisonShadow should be created

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146679 Summary [asan][win] The memory used for PoisonShadow should be created Labels new issue Assignees Repo

[llvm-bugs] [Bug 146735] [DirectX] Incorrect format metadata when using `Buffer` or `Buffer`

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146735 Summary [DirectX] Incorrect format metadata when using `Buffer` or `Buffer` Labels backend:DirectX Assignees

[llvm-bugs] [Bug 146743] llvm/Support/Error.h ODR design violation issue around error identity

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146743 Summary llvm/Support/Error.h ODR design violation issue around error identity Labels new issue Assignees

[llvm-bugs] [Bug 146742] Missed optimization of strdup to malloc + memcpy if argument is known at compile time

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146742 Summary Missed optimization of strdup to malloc + memcpy if argument is known at compile time Labels new issue Assignees

[llvm-bugs] [Bug 146693] [clang-tidy] suppress dump of disabled checks options when running `--dump-config`

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146693 Summary [clang-tidy] suppress dump of disabled checks options when running `--dump-config` Labels enhancement, clang-tidy

[llvm-bugs] [Bug 146722] [LLD] Linker crashes when trying to parse ':ALIGN'

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146722 Summary [LLD] Linker crashes when trying to parse ':ALIGN' Labels lld Assignees Reporter

[llvm-bugs] [Bug 146652] [Clang][TBAA] Clang's TBAA is too conservative than GCC when long type cast?

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146652 Summary [Clang][TBAA] Clang's TBAA is too conservative than GCC when long type cast? Labels llvm:optimizations, missed-optimization,

[llvm-bugs] [Bug 146648] IR after optimization increases of code instructions

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146648 Summary IR after optimization increases of code instructions Labels new issue Assignees Reporter

[llvm-bugs] [Bug 146646] [HIP] User provided deduction guides are considered as __host__ functions

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146646 Summary [HIP] User provided deduction guides are considered as __host__ functions Labels new issue Assignees

[llvm-bugs] [Bug 146658] [lld] crash linking OSS https://github.com/Ranchero-Software/NetNewsWire

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146658 Summary [lld] crash linking OSS https://github.com/Ranchero-Software/NetNewsWire Labels lld Assignees

[llvm-bugs] [Bug 146760] [mlir][amdgpu][docs] Add op examples to dialect docs

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146760 Summary [mlir][amdgpu][docs] Add op examples to dialect docs Labels mlir Assignees Reporter

[llvm-bugs] [Bug 146798] [clangd] Crashing when running on Mac and Windows paths are found in compile_commands.json, and vice versa

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146798 Summary [clangd] Crashing when running on Mac and Windows paths are found in compile_commands.json, and vice versa Labels new issue A

[llvm-bugs] [Bug 146642] [InstCombine] Missed optimization for icmp of select with constants and invertible binop

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146642 Summary [InstCombine] Missed optimization for icmp of select with constants and invertible binop Labels llvm:instcombine, missed-optimization

[llvm-bugs] [Bug 146665] Request Commit Access For cowardsa

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146665 Summary Request Commit Access For cowardsa Labels infra:commit-access-request Assignees Reporter

[llvm-bugs] [Bug 146668] [AVR] cannot find -lgcc when using Arduino avr-ld version

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146668 Summary [AVR] cannot find -lgcc when using Arduino avr-ld version Labels new issue Assignees Reporter

[llvm-bugs] [Bug 146769] [ConstantFolding][Intrinsics] Missed folding of poison in a few trivially vectorizable intrinsics

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146769 Summary [ConstantFolding][Intrinsics] Missed folding of poison in a few trivially vectorizable intrinsics Labels new issue Assignees

[llvm-bugs] [Bug 146770] clang-repl Typing an error in a formula may be followed by an unresolved while linking error

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146770 Summary clang-repl Typing an error in a formula may be followed by an unresolved while linking error Labels new issue Assignees

[llvm-bugs] [Bug 146771] [C++20][Modules][ABI] Silent bad codegen in module with TU-local exposure

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146771 Summary [C++20][Modules][ABI] Silent bad codegen in module with TU-local exposure Labels new issue Assignees

[llvm-bugs] [Bug 146765] [clang-tidy] add new option `--(dump/create)-default-config`

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146765 Summary [clang-tidy] add new option `--(dump/create)-default-config` Labels enhancement, clang-tidy Assignees

[llvm-bugs] [Bug 146781] [Infrastructure] flang/test/Semantics/windows.f90 failing with "RUN: at line 1 has no command after substitutions"

2025-07-02 Thread LLVM Bugs via llvm-bugs
Issue 146781 Summary [Infrastructure] flang/test/Semantics/windows.f90 failing with "RUN: at line 1 has no command after substitutions" Labels infrastructure,