isl_basic_map_gist: drop irrelevant constraints from the context
[isl.git] / test_inputs / codegen / cloog / nul_lcpc.c
blob4766840ace645249cbc3b91abfddf91267f70c85
2 for (int c0 = 1; c0 <= 5; c0 += 2) {
3 for (int c2 = 1; c2 <= c0; c2 += 1) {
4 S1(c0, (c0 - 1) / 2, c2);
5 S2(c0, (c0 - 1) / 2, c2);
7 for (int c2 = c0 + 1; c2 <= p; c2 += 1)
8 S1(c0, (c0 - 1) / 2, c2);
10 for (int c0 = 7; c0 <= m; c0 += 2)
11 for (int c2 = 1; c2 <= p; c2 += 1)
12 S1(c0, (c0 - 1) / 2, c2);