isl_ast_build_ast_from_schedule: use "<" if upper bound has negative constant
[isl.git] / test_inputs / codegen / omega / code_gen-2.c
blobf92e58368a5639de81492bfceefcae38e74c33cd
2 for (int c1 = 0; c1 <= 7; c1 += 1)
3 s0(1, c1);
4 for (int c0 = 2; c0 <= 6; c0 += 1) {
5 for (int c1 = 0; c1 < c0 - 1; c1 += 1)
6 s1(c0, c1);
7 for (int c1 = c0 - 1; c1 <= 4; c1 += 1) {
8 s1(c0, c1);
9 s0(c0, c1);
11 for (int c1 = 5; c1 <= 7; c1 += 1)
12 s0(c0, c1);
14 for (int c0 = 7; c0 <= 8; c0 += 1)
15 for (int c1 = c0 - 1; c1 <= 7; c1 += 1)
16 s0(c0, c1);