add support for generating ASTs from schedule relations
[isl.git] / test_inputs / codegen / cloog / reservoir-pingali3.c
blobc281b826e01f9c9c2c0d60ceaba37982b52404da
2 for (int c1 = 1; c1 <= M; c1 += 1)
3 for (int c3 = 1; c3 <= M; c3 += 1)
4 S1(c1, c3);
5 for (int c1 = 1; c1 <= M; c1 += 1)
6 for (int c3 = 1; c3 <= M; c3 += 1)
7 for (int c5 = 1; c5 <= M; c5 += 1)
8 S2(c1, c3, c5);