isl_aff_normalize: plug in divs with unit coefficient in other divs
[isl.git] / test_inputs / codegen / cloog / reservoir-cholesky2.c
blob7ed1450faeec5e6fc9a808329bb25d7408f418a4
1 for (int c1 = 2; c1 < 3 * M; c1 += 1) {
2 if ((c1 - 2) % 3 == 0)
3 S1((c1 + 1) / 3);
4 for (int c3 = (c1 + 1) / 3 + 1; c3 <= min(c1 - 2, M); c3 += 1)
5 for (int c5 = -c3 + (c1 + c3 + 1) / 2 + 1; c5 <= min(c1 - c3, c3); c5 += 1)
6 S3(c1 - c3 - c5 + 1, c3, c5);
7 for (int c3 = -c1 + 2 * ((2 * c1 + 1) / 3) + 2; c3 <= min(c1, M); c3 += 2)
8 S2((c1 - c3 + 2) / 2, c3);