[mlir][Interfaces] Better error handling for `addBound`
Do not assert if a bound could not be added. This may or may not cause an error. We have the appropriate error handling in `computeBound` (which returns a `LogicalResult`). Differential Revision: https://reviews.llvm.org/D147769
Loading
Please sign in to comment