This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by aleksandr.popov on Jun 29 2023, 3:46 AM.

Details

Summary

Added tests on 3 types of range checks which are not supported by IRCE now:

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

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 3:46 AM
aleksandr.popov requested review of this revision.Jun 29 2023, 3:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 3:46 AM
aleksandr.popov edited the summary of this revision. (Show Details)Jun 29 2023, 3:49 AM
aleksandr.popov edited the summary of this revision. (Show Details)
skatkov accepted this revision.Jun 30 2023, 12:23 AM

You can pre-land tests without review.

This revision is now accepted and ready to land.Jun 30 2023, 12:23 AM