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

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


https://github.com/mm-harish created https://github.com/llvm/llvm-project/pull/181471

None

>From 4c5e4c48566e69d74721f5d48d49696e89b45893 Mon Sep 17 00:00:00 2001
From: Harish <harish.c at morphing.in>
Date: Sat, 14 Feb 2026 16:37:09 +0530
Subject: [PATCH] Typo Fix

---
 mlir/docs/Tutorials/transform/Ch1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the Mlir-commits mailing list