[Mlir-commits] [mlir] [mlir][tosa] Stop folding pad into avg_pool2d (PR #164599)

Vitalii Shutov llvmlistbot at llvm.org
Wed Oct 22 06:19:41 PDT 2025


================
@@ -247,9 +247,8 @@ struct FoldPadToTensorOp : public OpRewritePattern<OpTy> {
 
 void AvgPool2dOp::getCanonicalizationPatterns(RewritePatternSet &results,
----------------
Lallapallooza wrote:

Removed canonicalizer from the operation. 

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


More information about the Mlir-commits mailing list