[PATCH] D45618: [AArch64][SVE] Asm: Support for contiguous LD1 (scalar+imm) load instructions

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 13 05:08:55 PDT 2018


rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: lib/Target/AArch64/AArch64SVEInstrInfo.td:32
+  defm LD1H_D_IMM  : sve_mem_cld_si<0b0111, "ld1h",  Z_d, ZPR64>;
+  defm LD1SH_D_IMM : sve_mem_cld_si<0b1000, "ld1sh", Z_d, ZPR64>;
+  defm LD1SH_S_IMM : sve_mem_cld_si<0b1001, "ld1sh", Z_s, ZPR32>;
----------------
Nit: keep the same order S/D :)


https://reviews.llvm.org/D45618





More information about the llvm-commits mailing list