[Mlir-commits] [mlir] [MLIR][Linalg] Simplify tiling canonical pattern (PR #182909)

Renato Golin llvmlistbot at llvm.org
Tue Feb 24 05:48:34 PST 2026


================
@@ -80,6 +80,16 @@ def ApplyFoldUnitExtentDimsViaSlicesPatternsOp : Op<Transform_Dialect,
   let assemblyFormat = "attr-dict";
 }
 
+def ApplyLinalgCanonicalizationPatternsOp : Op<Transform_Dialect,
----------------
rengolin wrote:

Perhaps. I had to create the new op because there's already an existing one (the main one) with that name and transforms don't have namespaces (they're all `transform.something`).

If I do create the string attr, what would be the core one?

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


More information about the Mlir-commits mailing list