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