isl_basic_map_gist: drop irrelevant constraints from the context
[isl.git] / test_inputs / codegen / cloog / gesced3.c
blobc163ed0735ebdc0dbce97d7a9a3637d195acff30
2 for (int c0 = M + 1; c0 <= 2 * M; c0 += 1)
3 S1(-M + c0);
4 for (int c0 = 2 * M + 1; c0 <= M + N; c0 += 1) {
5 S2(-2 * M + c0);
6 S1(-M + c0);
8 for (int c0 = M + N + 1; c0 <= 2 * M + N; c0 += 1)
9 S2(-2 * M + c0);