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

Jacques Pienaar llvmlistbot at llvm.org
Tue Feb 24 08:08:41 PST 2026


================
@@ -1928,7 +1928,6 @@ struct ExtractSliceOfPadTensorSwapPattern
 /// Canonicalization patterns relevant to apply after tiling patterns. These
 /// are applied automatically by the tiling pass but need to be applied
 /// manually when tiling is called programmatically.
-RewritePatternSet getLinalgTilingCanonicalizationPatterns(MLIRContext *ctx);
----------------
jpienaar wrote:

+1 to populate methods to match more common usage.

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


More information about the Mlir-commits mailing list