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