This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2] Asm: support SVE2 load instructions
ClosedPublic

Authored by c-rhodes on May 28 2019, 7:48 AM.

Details

Summary

Patch adds support for the following instructions:

  • LDNT1SB, LDNT1B, LDNT1SH, LDNT1H, LDNT1SW, LDNT1W, LDNT1D

The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest

Diff Detail

Event Timeline

c-rhodes created this revision.May 28 2019, 7:48 AM
This revision is now accepted and ready to land.May 29 2019, 1:52 AM
This revision was automatically updated to reflect the committed changes.