isl_basic_map_gist: drop irrelevant constraints from the context
[isl.git] / test_inputs / codegen / cloog / reservoir-lim-lam2.c
blobf3215bf69bd448c1092b5b7bea863215457d9de8
2 for (int c1 = 1; c1 <= M; c1 += 1)
3 S1(c1);
4 for (int c1 = 1; c1 <= M; c1 += 1)
5 for (int c3 = 2; c3 <= N; c3 += 1)
6 S2(c1, c3);
7 for (int c1 = 1; c1 <= M; c1 += 1)
8 for (int c3 = 1; c3 < N; c3 += 1)
9 S3(c1, c3);