issues Search Results · repo:llvm/clangir language:LLVM
Filter by
390 results
(578 ms)390 results
inllvm/clangir (press backspace or delete to remove)I got an email that my PR s docs.yml failed to run.
Here is the current snippet in https://github.com/llvm/clangir/blob/main/.github/workflows/docs.yml
img width= 1095 height= 488 alt= Image src=
https://github.com/user-attachments/assets/98964a51-a4e5-477a-b379-ee1b21c9f175 ...
badumbatish
- 1
- Opened 13 hours ago
- #1843
Around 600 failures after latest rebase, the most common one seems to be.
********************
FAIL: Clang :: CIR/CodeGen/switch.cpp (227 of 621)
******************** TEST Clang :: CIR/CodeGen/switch.cpp ...
bcardosolopes
- 4
- Opened yesterday
- #1841
Unrelated to CIR changes, perhaps a bad snapshot of clang-tidy from when the rebase was done. I can reproduce it a Linux
machine with ninja check-clang-tools. Still investigating how to fix it.
bug
bcardosolopes
- 5
- Opened 2 days ago
- #1836
cc: @lanza Thanks for rebasing! It really clears my local polyfill patches. But it seems here is a straggler ; )
https://github.com/llvm/clangir/blob/34c12ae039dd8860734cd85b3c14512b65b63625/.github/workflows/docs.yml#L100-L117 ...
seven-mile
- 1
- Opened 3 days ago
- #1831
Minimized test case:
#include emmintrin.h
int A() { __m128 h = _mm_srli_epi16(h, 0); }
Failed assertion:
https://github.com/llvm/clangir/blob/aeac352c9de907fcbb7adde22bbe4a7cfa3105be/clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp#L484 ...
good first issue
tommymcm
- 3
- Opened 6 days ago
- #1820
Minimized test case:
_Complex A() { __real A(); }
Failed assertion:
https://github.com/llvm/clangir/blob/aeac352c9de907fcbb7adde22bbe4a7cfa3105be/clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp#L2066
Flags: ...
good first issue
tommymcm
- 2
- Opened 6 days ago
- #1819
Minimized test case:
#include wmmintrin.h
int A() { __m128 A = _mm_cmpnle_ps(A, A); }
Failed assertion:
https://github.com/llvm/clangir/blob/aeac352c9de907fcbb7adde22bbe4a7cfa3105be/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp#L1210 ...
good first issue
tommymcm
- Opened 6 days ago
- #1818
Minimized test cases:
void test(void *a, void *b) {
mempcpy(a, b, 0);
}
void test(void *a, void *b) {
__builtin_mempcpy(a, b, 0);
}
Failed assertion:
https://github.com/llvm/clangir/blob/aeac352c9de907fcbb7adde22bbe4a7cfa3105be/clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp#L1691 ...
good first issue
tommymcm
- 1
- Opened 6 days ago
- #1817
Minimized test case:
A() { bcopy(A, A, A); }
Failed assertion:
https://github.com/llvm/clangir/blob/aeac352c9de907fcbb7adde22bbe4a7cfa3105be/clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp#L1674
Flags: -fclangir ...
good first issue
tommymcm
- Opened 6 days ago
- #1816
Minimized test case:
#include wmmintrin.h
int A(n, a, A, h, w)
int n;
int a, A, h, w;
{ __m128 b = __builtin_ia32_shufps(b, b, 0); }
Failed assertion:
https://github.com/llvm/clangir/blob/aeac352c9de907fcbb7adde22bbe4a7cfa3105be/clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp#L810 ...
good first issue
tommymcm
- Opened 6 days ago
- #1815

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.
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.