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