[PATCH] D45624: [AArch64][SVE] Asm: Support for structured LD4 (scalar+imm) load instructions.

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 15 06:24:34 PDT 2018


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

Minus the whitespace change, LGTM. Thanks!



================
Comment at: lib/Target/AArch64/AArch64SVEInstrInfo.td:67
 
+
   defm ZIP1_ZZZ : sve_int_perm_bin_perm_zz<0b000, "zip1">;
----------------
whitespace change, not needed.


https://reviews.llvm.org/D45624





More information about the llvm-commits mailing list