[AArch64][SVE] Asm: Support for contiguous, non-faulting LDNF1 (scalar+imm) load...
authorSander de Smalen <sander.desmalen@arm.com>
Mon, 23 Apr 2018 12:43:19 +0000 (12:43 +0000)
committerSander de Smalen <sander.desmalen@arm.com>
Mon, 23 Apr 2018 12:43:19 +0000 (12:43 +0000)
commit7893f722b24124ea698612f315b12d6d3f490f9d
treebfd88dbdb0c42cf71283845fe97c4952ba9ce677
parent91f481665ed06bcea86b7e01a094a9f0718faec4
[AArch64][SVE] Asm: Support for contiguous, non-faulting LDNF1 (scalar+imm) load instructions

Reviewers: fhahn, rengolin, javed.absar, huntergr, SjoerdMeijer, t.p.northover, echristo, evandro

Reviewed By: rengolin

Subscribers: tschuett, kristof.beyls, llvm-commits

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

llvm-svn: 330583
16 files changed:
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE/ldnf1b-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1b.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1d-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1d.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1h-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1h.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1sb-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1sb.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1sh-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1sh.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1sw-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1sw.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1w-diagnostics.s [new file with mode: 0644]
llvm/test/MC/AArch64/SVE/ldnf1w.s [new file with mode: 0644]