add support for generating ASTs from schedule relations
[isl.git] / test_inputs / codegen / cloog / walters2.c
blob27565fbde9a0488e34f1ecd0769251971f24af58
2 for (int c1 = 0; c1 <= 51; c1 += 1)
3 S2(0, c1);
4 for (int c0 = 1; c0 <= 24; c0 += 1) {
5 S2(c0, 0);
6 for (int c1 = 1; c1 <= 50; c1 += 1)
7 S1(c0, c1);
8 S2(c0, 51);
10 for (int c1 = 0; c1 <= 51; c1 += 1)
11 S2(25, c1);