isl_basic_map_gist: drop irrelevant constraints from the context
[isl.git] / test_inputs / codegen / cloog / logopar.in
blob48b70fde5b5d23d2cb3ec4f6fd39bbb8891236da
1 [m, n] -> { S1[i0, i1] -> [i0, i1, 0] : i0 >= 1 and i1 <= m and i1 >= -1 + i0; S2[i0, i1] -> [i0, i1, 1] : i0 >= 2 and i0 <= n and i1 >= 0 and i1 <= n }
2 [m, n] -> {  : n <= m and m >= 0 and n >= 2 }
3 [m, n] -> { [i, j, k] -> separate[o0] }