add support for generating ASTs from schedule relations
[isl.git] / test_inputs / codegen / cloog / test.in
blob981d9339f5238f08db3e95b19e1c2a102147bfb2
1 [M, N] -> { S1[i0, i1] -> [i0, i1, 0] : i0 >= 1 and i0 <= N and i1 >= 1 and i1 <= M; S2[i0, i0] -> [i0, i0, 1] : i0 >= 3 and i0 <= N }
2 [M, N] -> {  : N >= M and M >= 4 }
3 [M, N] -> { [i, j, k] -> separate[o0] }