[Mlir-commits] [mlir] [MLIR][ArmSVE] Add an ArmSVE dialect operation mapping to `bfmmla` (PR #145064)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Jun 23 01:51:24 PDT 2025
================
@@ -293,6 +293,35 @@ def UsmmlaOp : ArmSVE_Op<"usmmla", [Pure,
"$acc `,` $src1 `,` $src2 attr-dict `:` type($src1) `to` type($dst)";
}
+
+def BfmmlaOp : ArmSVE_Op<"bfmmla", [Pure,
----------------
banach-space wrote:
```suggestion
def BfmmlaOp : ArmSVE_IntrOp<"bfmmla", [Pure,
```
https://github.com/llvm/llvm-project/pull/145064
More information about the Mlir-commits
mailing list