This is an archive of the discontinued LLVM Phabricator instance.

[IRCE][Tests] Add more tests with range checks in the form of 'iv + offset vs limit'
ClosedPublic

Authored by aleksandr.popov on Jul 6 2023, 4:02 AM.

Details

Summary

Added tests on range checks with non-strick predicate:

  • N - IV > limit
  • IV - N < limit
  • IV + N < limit

Also added tests with known to be non-negative N

Diff Detail

Event Timeline

aleksandr.popov created this revision.Jul 6 2023, 4:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 4:02 AM
aleksandr.popov requested review of this revision.Jul 6 2023, 4:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 4:02 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 6 2023, 6:32 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.