[Mlir-commits] [mlir] [Linalg] Add *Pooling* matchers (PR #172351)

Han-Chung Wang llvmlistbot at llvm.org
Mon Dec 15 18:19:23 PST 2025


https://github.com/hanhanW commented:

Do we need all these matchers for our work? I'm worried about tech debts. When can we start working on fixing the matchers in other upstream patterns? E.g.,

https://github.com/llvm/llvm-project/blob/580fdeb6ff55fcd54be16ed8555eaaa6a9aee1c0/mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp#L1631-L1650

https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp

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


More information about the Mlir-commits mailing list