isl_ast_build_ast_from_schedule: use "<" if upper bound has negative constant
[isl.git] / test_inputs / codegen / cloog / reservoir-pingali6.c
blob1df9bb90c24f175b9be77bec21aeae7503831eee
1 for (int c1 = 1; c1 <= M; c1 += 1) {
2 for (int c3 = 2; c3 < N; c3 += 1)
3 for (int c5 = 2; c5 < N; c5 += 1)
4 S1(c1, c3, c5);
5 for (int c3 = 2; c3 < N; c3 += 1)
6 for (int c5 = 2; c5 < N; c5 += 1)
7 S2(c1, c3, c5);