[PATCH] D136150: [AArch64]SME2 Single and Multi vector Shift and Multiply instructions

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 10:24:26 PDT 2022


CarolineConcatto added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td:275
 defm SQDMULH_4ZZ : sme2_sqdmulh_add_vector_vg4_single<"sqdmulh", 0b100000>;
+defm SQDMULH_2Z2Z : sme2_sqdmulh_vector_vg2_multi<"sqdmulh">;
+defm SQDMULH_4Z4Z : sme2_sqdmulh_vector_vg4_multi<"sqdmulh">;
----------------
This needs to be removed.
It is already in:
https://reviews.llvm.org/D135575


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136150



More information about the llvm-commits mailing list