add support for generating ASTs from schedule relations
[isl.git] / test_inputs / codegen / cloog / constbound.c
blob219165dc8c922bb7e23f119ff5e8f533114e870a
1 for (int c0 = 0; c0 <= 199; c0 += 1) {
2 for (int c2 = 50 * c0; c2 <= 50 * c0 + 24; c2 += 1)
3 for (int c3 = 0; c3 <= c2; c3 += 1)
4 S1(c0, c2, c3);
5 for (int c2 = 50 * c0 + 25; c2 <= 50 * c0 + 49; c2 += 1)
6 for (int c3 = 0; c3 <= c2; c3 += 1)
7 S2(c0, c2, c3);