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
Paths
| Differential D154593
[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:
Also added tests with known to be non-negative N
Diff Detail
Event TimelineThis revision was landed with ongoing or failed builds. Closed by commit rGec112160713f: [IRCE][Tests] Add more tests with range checks in the form of 'iv + offset vs… (authored by aleksandr.popov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 537692 llvm/test/Transforms/IRCE/iv-plus-offset-range-check.ll
|