[IRCE][Tests] Add more tests with range checks in the form of 'iv + offset vs limit'
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 Differential Revision: https://reviews.llvm.org/D154593
Loading
Please sign in to comment