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