[Mlir-commits] [mlir] [mlir][transform] Fix ch2 and additional documentation (PR #148407)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Sun Jul 13 23:04:45 PDT 2025


================
@@ -288,67 +291,80 @@ After registering the extension, it becomes possible to use our new operation in
 ```mlir
 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">) {
+       %arg0: !transform.any_op,
+       %arg1: !transform.op<"linalg.matmul">,
+       %arg2: !transform.op<"linalg.elementwise">) {
----------------
ftynse wrote:

I meant adding leading spaces and breaking lines differently. This will not make syntax correct or not...

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


More information about the Mlir-commits mailing list