[PATCH] D45623: [AArch64][SVE] Asm: Support for structured LD3 (scalar+imm) load instructions.
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 15 06:25:45 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:49
defm LD2D_IMM : sve_mem_eld_si<0b11, 0b01, ZZ_d, "ld2d", simm4Scale2MulVl>;
-
+ defm LD3D_IMM : sve_mem_eld_si<0b11, 0b10, ZZZ_d, "ld3d", simm4Scale3MulVl>;
// continuous store with immediates
----------------
you remove this empty line here, to add it on the next patch. Not necessary.
https://reviews.llvm.org/D45623
More information about the llvm-commits
mailing list