[Mlir-commits] [mlir] [mlir][ArmSVE] Fix typo in BFMMLA op description (NFC) (PR #214201)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Aug 5 04:28:05 PDT 2026
https://github.com/matteo-rm created https://github.com/llvm/llvm-project/pull/214201
None
>From 5d41c964db91b3668ba52f7604e124603aeba477 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matt=C3=A9o=20Rizza=20Murgier?=
<matteo.rizza-murgier at sipearl.com>
Date: Wed, 5 Aug 2026 13:14:52 +0200
Subject: [PATCH] [mlir][ArmSVE] Fix typo in BFMMLA op description (NFC)
---
mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td b/mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td
index 81da6f125643a..a38485ea30ff4 100644
--- a/mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td
+++ b/mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td
@@ -307,7 +307,7 @@ def BfmmlaOp : ArmSVE_IntrOp<"bfmmla", [Pure,
/*enumName=*/"aarch64_sve_fmmla"> {
let summary = "BFloat16 matrix multiply-accumulate";
let description = [{
- BFMMLA: BFloat16 matrix multiply-accumulate into 2×2 matrices";
+ BFMMLA: BFloat16 matrix multiply-accumulate into 2×2 matrices.
This operation multiplies the 2x4 BFloat16 matrix held in each 128-bit
segment of the first source vector by the 4x2 BFloat16 matrix in the
More information about the Mlir-commits
mailing list