This is an archive of the discontinued LLVM Phabricator instance.

[SveEmitter] Use llvm.aarch64.sve.ld1/st1 for contiguous load/store builtins
ClosedPublic

Authored by sdesmalen on Apr 22 2020, 2:24 PM.

Details

Summary

This patch changes the codegen of the builtins for contiguous loads
to map onto the SVE specific IR intrinsics llvm.aarch64.sve.ld1/st1.

Diff Detail

Event Timeline

sdesmalen created this revision.Apr 22 2020, 2:24 PM
This revision is now accepted and ready to land.Apr 22 2020, 3:05 PM
This revision was automatically updated to reflect the committed changes.