[PATCH] D72612: [AArch64][SVE] Add ImmArg property to intrinsics with immediates

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 15 13:40:30 PST 2020


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

LGTM with one question



================
Comment at: llvm/lib/Target/AArch64/AArch64InstrFormats.td:1108
+  def "" : AsmVectorIndexOpnd<ty, mc>, PatLeaf<(ty imm), pred>;
+  def _timm : AsmVectorIndexOpnd<ty, mc>, PatLeaf<(ty timm), pred>;
+}
----------------
Using ImmLeaf/TImmLeaf doesn't work here?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72612/new/

https://reviews.llvm.org/D72612





More information about the cfe-commits mailing list