[Mlir-commits] [mlir] [mlir][affine|ValueBounds] Add transform to simplify affine min max ops with ValueBoundsOpInterface (PR #145068)
Nicolas Vasilache
llvmlistbot at llvm.org
Sat Jun 21 01:23:50 PDT 2025
https://github.com/nicolasvasilache approved this pull request.
Great stuff @fabianmcg !
I was a little confused because I didn't see how the new ops pass their information to the analysis but then I realized it's populateBoundsForIndexValue thanks to the good design of the interface (thanks @matthias-springer :) ).
Looks good to me modulo my question regarding the need for strict comparison. If there is a simple answer I missed feel free to just land after addressing nits.
https://github.com/llvm/llvm-project/pull/145068
More information about the Mlir-commits
mailing list