This is an archive of the discontinued LLVM Phabricator instance.

[X86] Use target independent masked expandload and compressstore intrinsics to implement expandload/compressstore builtins.
ClosedPublic

Authored by craig.topper on Jun 3 2018, 3:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Jun 3 2018, 3:31 PM
RKSimon accepted this revision.Jun 9 2018, 6:39 AM

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.

This revision is now accepted and ready to land.Jun 9 2018, 6:39 AM
This revision was automatically updated to reflect the committed changes.