[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 05:06:27 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-sve
Author: Bryth (matteo-rm)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/214201.diff
1 Files Affected:
- (modified) mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/214201
More information about the Mlir-commits
mailing list