[Mlir-commits] [mlir] [MLIR] Let matchers work on int ranges (PR #102494)

Tobias Gysi llvmlistbot at llvm.org
Tue Aug 13 02:15:13 PDT 2024


gysit wrote:

> Duplicating the interface logic for this one matcher seems overkill. 

I agree that there is value in reusing the interface. And yes the overheads should be minor and only for very specific ops (divisions), while the benefit of hoisting divisions can be significant.

@kuhar @krzysz00 are you fine with moving forward with the current implementation?



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


More information about the Mlir-commits mailing list