We've had these target independent intrinsics for at least a year and a half. Looks like they do exactly what we need here and the backend already supports them.
Details
Details
- Reviewers
RKSimon delena spatel GBuella - Commits
- rG3cce6a7ed903: [X86] Use target independent masked expandload and compressstore intrinsics to…
rC334366: [X86] Use target independent masked expandload and compressstore intrinsics to…
rL334366: [X86] Use target independent masked expandload and compressstore intrinsics to…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
We're going to need more codegen tests on the llvm side - test coverage (fast-isel and intrinsics) isn't great. But LGTM on the clang side.