isl_ast_build_ast_from_schedule: sort lower and upper bounds of for loops
[isl.git] / test_inputs / codegen / cloog / reservoir-loechner4.c
blob7a67212b2bb7dcbdd8b600758ccd99158db52c74
1 for (int c1 = 2; c1 <= 2 * M; c1 += 1)
2 for (int c3 = 1; c3 <= M; c3 += 1)
3 for (int c5 = 1; c5 <= M; c5 += 1)
4 for (int c7 = max(1, -M + c1); c7 <= min(M, c1 - 1); c7 += 1)
5 S1(c5, c3, c7, c1 - c7);