issues Search Results · repo:llvm/llvm-project language:LLVM
Filter by
81k results
(73 ms)81k results
inllvm/llvm-project (press backspace or delete to remove)From https://github.com/llvm/llvm-project/issues/124815:
#include vector
#include algorithm
#include ranges
struct S {
int i{};
bool operator==(int rhs) const { return i == rhs; }
};
bool ...
clang-tidy
chrchr-github
- 1
- Opened 8 minutes ago
- #130684
Compiler Explorer: https://godbolt.org/z/vWMbdejbK generated by fuzzer
source :3:20: error: too few arguments to function call, expected 2, have 0
3 | void fn4(int[][fn3()]);
| ...
clang:frontend
crash
generated by fuzzer
bi6c
- 1
- Opened 8 minutes ago
- #130682
src1 gets optimized into tgt1, but src2 doesn t get optimized into tgt2:
uint64_t src1(uint64_t i) {
switch (i) {
case 0:
return 0;
case 1:
return 1;
...
llvm:optimizations
missed-optimization
Kmeakin
- 1
- Opened 37 minutes ago
- #130681
@stefanp-synopsys is not a valid uploader.
https://github.com/llvm/llvm-project/actions/runs/13774859850
duplicate
infrastructure
llvmbot
- 1
- Opened 2 hours ago
- #130671
@stefanp-synopsys is not a valid uploader.
https://github.com/llvm/llvm-project/actions/runs/13773859868
infrastructure
llvmbot
- 1
- Opened 3 hours ago
- #130662
In
https://github.com/llvm/llvm-project/blob/3c71f716a9a06f14212cc69df841c57ff7d47b82/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp#L979-L982
and
https://github.com/llvm/llvm-project/blob/3c71f716a9a06f14212cc69df841c57ff7d47b82/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp#L1034-L1037 ...
code-quality
llvm:codegen
chenm16
- 1
- Opened 4 hours ago
- #130659
@stefanp-synopsys is not a valid uploader.
https://github.com/llvm/llvm-project/actions/runs/13772850834
duplicate
infrastructure
llvmbot
- 2
- Opened 4 hours ago
- #130657
It is problematic to discard the result of a function that uses std::expected for error handling. It is the equivalent
of enclosing an exception-throwing function call in a try-catch block, where any caught ...
libc++
2LoS
- 1
- Opened 4 hours ago
- #130656
The following code fails to compile on clang 20.1.0 (and earlier versions), but successfully compiles on GCC:
#include stdio.h
int main() {
int foo() {
return 1;
}
printf( %d\n , foo());
}
with ...
clang:frontend
diverges-from:gcc
carnivorecookies
- 3
- Opened 5 hours ago
- #130652
@stefanp-synopsys is not a valid uploader.
https://github.com/llvm/llvm-project/actions/runs/13771780520
infrastructure
llvmbot
- 3
- Opened 5 hours ago
- #130650

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.