[Mlir-commits] [mlir] [mlir][reducer] Change mlir-reducer apply pattern logic (PR #195997)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed May 6 01:23:22 PDT 2026


aidint wrote:

> Applying patterns to the entire module right from the start is too aggressive and has too broad an impact.

Ok, I didn't notice that you removed `OpsInRange` completely. So you reversed the reduction strategy here, meaning that we start from applying to no operations and then move on. Got it. 

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


More information about the Mlir-commits mailing list