[PATCH] D79638: [llvm][SVE] IR intrinscs for matrix multiplication instructions.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 11:50:49 PDT 2020


fpetrogalli marked 2 inline comments as done.
fpetrogalli added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td:1864
+            (SMMLA_ZZZ ZPR32:$_Zda_, ZPR8:$Zn, ZPR8:$Zm)>;
+  def : Pat<(nxv4i32 (int_aarch64_sve_ummla (nxv4i32 ZPR32:$_Zda_), (nxv16i8 ZPR8:$Zn), (nxv16i8 ZPR8:$Zm))),
+            (UMMLA_ZZZ ZPR32:$_Zda_, ZPR8:$Zn, ZPR8:$Zm)>;
----------------
sdesmalen wrote:
> nit: `_Zda_` why the double underscores?
That was copy paste coding, I have removed it. :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79638





More information about the llvm-commits mailing list