[Mlir-commits] [mlir] [mlir][arith] Implement ValueBoundsOpInterface for min/max ops (PR #203269)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jun 11 07:25:00 PDT 2026


nirhersh wrote:

> Seems to me that these are all missing the "promise" part of the interface?

did you mean declarePromisedInterfaces in the arith dialect? if yes you're correct and i will add them
i see that SelectOp and FloorDivSIOp are also missing the "promise" part, should i add them too in this PR?

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


More information about the Mlir-commits mailing list