This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Adds getUpperBound() to LoopLikeInterface.
ClosedPublic

Authored by krzysz00 on Apr 19 2022, 10:48 AM.

Details

Summary

getUpperBound is analogous to getLowerBound(), except for the upper
bound, and is used in range analysis.

Diff Detail

Event Timeline

krzysz00 created this revision.Apr 19 2022, 10:48 AM
Herald added a project: Restricted Project. · View Herald Transcript
krzysz00 requested review of this revision.Apr 19 2022, 10:48 AM
Mogball accepted this revision.Apr 19 2022, 11:51 AM
Mogball added a reviewer: Mogball.
This revision is now accepted and ready to land.Apr 19 2022, 11:51 AM
This revision was automatically updated to reflect the committed changes.