This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Interfaces] Better error handling for `addBound`
ClosedPublic

Authored by springerm on Apr 7 2023, 12:38 AM.

Details

Summary

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).

Depends On: D146306

Diff Detail