isl_ast_build_ast_from_schedule: use "<" if upper bound has negative constant
[isl.git] / test_inputs / codegen / cloog / ex1.c
blob2627f23ddde5e890461ebf0e935c1e0911fb1156
2 for (int c0 = 0; c0 <= 14; c0 += 1)
3 for (int c1 = 0; c1 < n - 14; c1 += 1)
4 S1(c0, c1);
5 for (int c0 = 15; c0 <= n; c0 += 1) {
6 for (int c1 = 0; c1 <= 9; c1 += 1)
7 S1(c0, c1);
8 for (int c1 = 10; c1 < n - 14; c1 += 1) {
9 S1(c0, c1);
10 S2(c0, c1);
12 for (int c1 = n - 14; c1 <= n; c1 += 1)
13 S2(c0, c1);