[PATCH] D41822: [AArch64][SVE] Asm: Add support for (mov|dup) of scalar

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 05:05:37 PST 2018


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

LGTM. straight-forward new instruction.



================
Comment at: lib/Target/AArch64/SVEInstrFormats.td:21
+: I<(outs zprty:$Zd), (ins srcRegType:$Rn),
+  asm, "\t$Zd, $Rn",
+  "",
----------------
this line looks off.


https://reviews.llvm.org/D41822





More information about the llvm-commits mailing list