This is the llvm part. The clang part is at D37562
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/X86/avg-mask.ll | ||
---|---|---|
24 ↗ | (On Diff #114150) | This AVX512BW prefix doesn't exist on your command lines. Several places after this have it as well. |
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | ||
---|---|---|
277 ↗ | (On Diff #114150) | -fast-isel.ll tests don't get deleted when you remove the ir intrinsic - you replace it with the equivalent IR that gets generated from the c intrinsic: see the top of the file:
|
Comment Actions
Replaced the ir intrinsic in the files: test/CodeGen/X86/sse2-intrinsics-fast-isel.ll, test/CodeGen/X86/avx2-intrinsics-fast-isel.ll with the IR which is generated from the c intrinsics, as per RKSimon's comment.
Re-ran the utils/update_llc_test_checks.py script on file test/CodeGen/X86/avg-mask.ll to fix the check prefixes, following Craig's comment.