[AArch64][SVE] Asm: Support for non-temporal, contiguous LDNT1/STNT1 load/store instr...
authorSander de Smalen <sander.desmalen@arm.com>
Wed, 2 May 2018 11:48:49 +0000 (11:48 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Wed, 2 May 2018 11:48:49 +0000 (11:48 +0000)
commit414d2358a441f12610b55bcca56485423d989346
tree6e9124ec38438104fbb559bd655088104330997d
parent5912c667b01184eda6a68310f70e703833b2c844
[AArch64][SVE] Asm: Support for non-temporal, contiguous LDNT1/STNT1 load/store instructions.

Reviewers: fhahn, rengolin, samparker, SjoerdMeijer, javed.absar

Reviewed By: samparker

Differential Revision: https://reviews.llvm.org/D46269

llvm-svn: 331343
18 files changed:
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE/ldnt1b-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnt1b.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnt1d-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnt1d.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnt1h-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnt1h.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnt1w-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnt1w.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/stnt1b-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/stnt1b.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/stnt1d-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/stnt1d.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/stnt1h-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/stnt1h.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/stnt1w-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/stnt1w.s [new file with mode: 0644]