[Mlir-commits] [mlir] [MLIR][Linalg] Simplify tiling canonical pattern (PR #182909)
Renato Golin
llvmlistbot at llvm.org
Tue Feb 24 06:38:35 PST 2026
================
@@ -80,6 +80,16 @@ def ApplyFoldUnitExtentDimsViaSlicesPatternsOp : Op<Transform_Dialect,
let assemblyFormat = "attr-dict";
}
+def ApplyLinalgCanonicalizationPatternsOp : Op<Transform_Dialect,
----------------
rengolin wrote:
ok, I'll give it a go. Looks better and more extensible, and we can compose really nicely that way.
https://github.com/llvm/llvm-project/pull/182909
More information about the Mlir-commits
mailing list