[PATCH] D137625: [AArch64][SVE2] Add the SVE2.1 tbxq instruction

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 02:43:26 PST 2022


paulwalker-arm added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td:3788
+
+defm TBXQ_ZZZ : sve2p1_tbxq<"tbxq">;
 } // End HasSVE2p1_or_HasSME2p1
----------------
Is there a reason not to reuse the multiclass as well? You can pass in `null_frag` as the pattern and then once the intrinsic exists it'll be a one word change.


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

https://reviews.llvm.org/D137625



More information about the llvm-commits mailing list