isl_ast_build_ast_from_schedule: use "<" if upper bound has negative constant
[isl.git] / test_inputs / codegen / cloog / yosr2.c
bloba4c0cd29ea9f68453645236c76df5cb0c6d0587b
2 for (int c1 = 1; c1 <= M; c1 += 1)
3 S2(c1);
4 for (int c0 = 2; c0 <= M; c0 += 1) {
5 for (int c2 = 1; c2 < c0; c2 += 1)
6 S1(c0, c2);
7 for (int c2 = c0 + 1; c2 <= M; c2 += 1)
8 for (int c3 = 1; c3 < c0; c3 += 1)
9 S3(c0, c2, c3);
10 for (int c1 = 1; c1 < c0; c1 += 1)
11 S4(c1, c0);