[Mlir-commits] [mlir] [mlir][tosa] Stop folding pad into avg_pool2d (PR #164599)
Georgios Pinitas
llvmlistbot at llvm.org
Wed Oct 22 05:16:43 PDT 2025
================
@@ -247,9 +247,8 @@ struct FoldPadToTensorOp : public OpRewritePattern<OpTy> {
void AvgPool2dOp::getCanonicalizationPatterns(RewritePatternSet &results,
----------------
GeorgeARM wrote:
Why not remove the canonicalization patterns all together?
https://github.com/llvm/llvm-project/pull/164599
More information about the Mlir-commits
mailing list