[Mlir-commits] [mlir] [MLIR][Linalg] Simplify tiling canonical pattern (PR #182909)
Renato Golin
llvmlistbot at llvm.org
Tue Feb 24 07:36:58 PST 2026
================
@@ -80,6 +80,16 @@ def ApplyFoldUnitExtentDimsViaSlicesPatternsOp : Op<Transform_Dialect,
let assemblyFormat = "attr-dict";
}
+def ApplyLinalgCanonicalizationPatternsOp : Op<Transform_Dialect,
----------------
rengolin wrote:
Took the conservative approach for now, let's iterate on an RFC.
https://github.com/llvm/llvm-project/pull/182909
More information about the Mlir-commits
mailing list