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