[PATCH] D127861: [AArch64][SME] Add SME addha/va intrinsics

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 09:06:41 PDT 2022


sdesmalen added a comment.

LGTM with nit addressed.



================
Comment at: llvm/lib/Target/AArch64/SMEInstrFormats.td:255
+
+let Predicates = [HasSMEI64] in {
+def : Pat<(int_aarch64_sme_addha
----------------
nit: can you merge the definitions of the pseudos and the patterns together under a single HasSMEI64 condition?


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

https://reviews.llvm.org/D127861



More information about the llvm-commits mailing list