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
Paths
| Differential D62528
[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:
The specification can be found here:
Diff Detail
Event Timelinec-rhodes added a parent revision: D62526: [AArch64][SVE2] Asm: support FCVTX/FLOGB instructions.May 28 2019, 7:49 AM c-rhodes added a child revision: D62530: [AArch64][SVE2] Asm: support SVE2 vector splice (constructive).May 28 2019, 8:00 AM This revision is now accepted and ready to land.May 29 2019, 1:52 AM Closed by commit rGebe23041f087: [AArch64][SVE2] Asm: support SVE2 load instructions (authored by c-rhodes). · Explain WhyMay 30 2019, 1:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 202135 llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE/ldnt1b-diagnostics.s
llvm/test/MC/AArch64/SVE2/ldnt1b-diagnostics.s
llvm/test/MC/AArch64/SVE2/ldnt1b.s
llvm/test/MC/AArch64/SVE2/ldnt1d-diagnostics.s
llvm/test/MC/AArch64/SVE2/ldnt1d.s
llvm/test/MC/AArch64/SVE2/ldnt1h-diagnostics.s
llvm/test/MC/AArch64/SVE2/ldnt1h.s
llvm/test/MC/AArch64/SVE2/ldnt1sb-diagnostics.s
llvm/test/MC/AArch64/SVE2/ldnt1sb.s
llvm/test/MC/AArch64/SVE2/ldnt1sh-diagnostics.s
llvm/test/MC/AArch64/SVE2/ldnt1sh.s
llvm/test/MC/AArch64/SVE2/ldnt1sw-diagnostics.s
llvm/test/MC/AArch64/SVE2/ldnt1sw.s
llvm/test/MC/AArch64/SVE2/ldnt1w-diagnostics.s
llvm/test/MC/AArch64/SVE2/ldnt1w.s
|