[PATCH] D135575: [AArch64]SME2 Multi-vector-Multiple Vectors SQDMULH instructions

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 03:44:36 PDT 2022


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

Thanks for the addressing the comments.



================
Comment at: llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td:278
+defm SQDMULH_4Z4Z : sme2_sqdmulh_vector_vg4_multi<"sqdmulh">;
+
 }
----------------
CarolineConcatto wrote:
> sdesmalen wrote:
> > Out of interest, why are the multiple and single vector variants of sqdmulh not part of this patch?
> No special reason. I just did not wanted this patch
> https://reviews.llvm.org/D135563
> to become too big.
> It is not simple, for myself, to get a balance correct.
Okay, that's fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135575



More information about the llvm-commits mailing list