add support for generating ASTs from schedule relations
[isl.git] / test_inputs / codegen / omega / m8-1.c
bloba36f516e4a2324bdc05555541f2580588908fd29
1 for (int c0 = 2; c0 <= 8; c0 += 2)
2 if (c0 % 4 == 0) {
3 for (int c1 = 1; c1 <= 9; c1 += 1) {
4 s0(c1, c0);
5 s1(c1, c0);
7 } else
8 for (int c1 = 1; c1 <= 9; c1 += 1)
9 s1(c1, c0);