[PATCH] D135588: [AArch64]SME2 multi-vec FP/INT down convert 2/4 registers

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 09:40:22 PDT 2022


sdesmalen accepted this revision.
sdesmalen added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td:284
+
+def SQCVT_Z2Z_StoH  : sme2_cvt_vg2_single<"sqcvt", 0b00, 0b11>;
+defm SQCVT_Z4Z      : sme2_int_cvt_vg4_single<"sqcvt", 0b000>;
----------------
nit: can you group all the ones using `sme2_cvt_vg2_single` together?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135588



More information about the llvm-commits mailing list