isl_basic_map_gist: drop irrelevant constraints from the context
[isl.git] / test_inputs / codegen / cloog / reservoir-lim-lam2.in
blobeb62bb7d009cf6ac9278b9285255fc60e9fd080b
1 [M, N] -> { S1[i0] -> [0, i0, 0, 0, 0] : i0 >= 1 and i0 <= M; S2[i0, i1] -> [1, i0, 1, i1, 0] : i0 >= 1 and i0 <= M and i1 >= 2 and i1 <= N; S3[i0, i1] -> [2, i0, 2, i1, 0] : i0 >= 1 and i0 <= M and i1 >= 1 and i1 <= -1 + N }
2 [M, N] -> {  : M >= 1 and N >= 1 }
3 [M, N] -> { [i, j, k, l, m] -> separate[o0] }