This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add more of the icc unaligned load/store to/from 128 bit vector intrinsics
ClosedPublic

Authored by craig.topper on Sep 28 2018, 11:26 AM.

Diff Detail

Repository
rC Clang

Event Timeline

craig.topper created this revision.Sep 28 2018, 11:26 AM

Just to confirm - does icc provide the si64 intrinsics on 32-bit builds?

Looks like the load and store 64 are supported in 32-bit mode in icc https://godbolt.org/z/Wpezeu

RKSimon accepted this revision.Sep 29 2018, 9:46 AM

Thanks for checking - LGTM with the equivalent updates to sse2-intrinsics-fast-isel.ll

This revision is now accepted and ready to land.Sep 29 2018, 9:46 AM
This revision was automatically updated to reflect the committed changes.