[Mlir-commits] [mlir] Typo Fix (PR #181471)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Feb 14 03:08:14 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Harish (mm-harish)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/181471.diff


1 Files Affected:

- (modified) mlir/docs/Tutorials/transform/Ch1.md (+1-1) 


``````````diff
diff --git a/mlir/docs/Tutorials/transform/Ch1.md b/mlir/docs/Tutorials/transform/Ch1.md
index c9cb7d330c1e6..ca149c0be067b 100644
--- a/mlir/docs/Tutorials/transform/Ch1.md
+++ b/mlir/docs/Tutorials/transform/Ch1.md
@@ -42,7 +42,7 @@ module attributes {transform.with_named_sequence} {
   transform.named_sequence @__transform_main(
       %arg0: !transform.any_op,
       %arg1: !transform.op<"linalg.matmul">,
-      %arg2: !transform.op<"linalg.elementwise">):
+      %arg2: !transform.op<"linalg.elementwise">){
     transform.yield
   }
 }

``````````

</details>


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


More information about the Mlir-commits mailing list