[llvm-branch-commits] [mlir] [MLIR][ArmSVE] Add an ArmSVE dialect operation which maps to svusmmla (PR #135634)

Momchil Velikov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 15 07:55:32 PDT 2025


================
@@ -273,6 +273,34 @@ def UmmlaOp : ArmSVE_Op<"ummla",
     "$acc `,` $src1 `,` $src2 attr-dict `:` type($src1) `to` type($dst)";
 }
 
+def UsmmlaOp : ArmSVE_Op<"usmmla", [Pure,
+                                    AllTypesMatch<["src1", "src2"]>,
+                                    AllTypesMatch<["acc", "dst"]>]> {
----------------
momchil-velikov wrote:

It's inconsistent only if others were consistent with each other.

I've updated some, but really with a lack of a policy (or automated process) it's rather futile to try to guess what one or another reviewer would like.

https://github.com/llvm/llvm-project/pull/135634


More information about the llvm-branch-commits mailing list