[Mlir-commits] [mlir] a4764e3 - [mlir][ArmSVE] Fix typo in BFMMLA op description (NFC) (#214201)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Aug 6 04:16:09 PDT 2026


Author: Bryth
Date: 2026-08-06T13:16:04+02:00
New Revision: a4764e36c7d9ef00810fae196b7030b6c7354db7

URL: https://github.com/llvm/llvm-project/commit/a4764e36c7d9ef00810fae196b7030b6c7354db7
DIFF: https://github.com/llvm/llvm-project/commit/a4764e36c7d9ef00810fae196b7030b6c7354db7.diff

LOG: [mlir][ArmSVE] Fix typo in BFMMLA op description (NFC) (#214201)

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td

Removed: 
    


################################################################################
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