Added tests on 3 types of range checks which are not supported by IRCE now:
- N - IV >= limit
- IV - N <= limit
- IV + N <= limit
Paths
| Differential D154062
[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:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 30 2023, 12:23 AM Closed by commit rGfc5a5794ab56: [IRCE][Tests] Add tests with range checks in the form of 'iv + offset vs limit' (authored by aleksandr.popov). · Explain WhyJul 3 2023, 2:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 536697 llvm/test/Transforms/IRCE/iv-plus-offset-range-check.ll
|