isl_test: avoid use of band forests
[isl.git] / test_inputs / codegen / cloog / reservoir-lim-lam1.c
blobd8a80d6636357753fc1336b64092f0a91dcf2932
1 for (int c1 = -99; c1 <= 100; c1 += 1) {
2 if (c1 <= 0)
3 S1(1, -c1 + 1);
4 for (int c3 = max(1, -2 * c1 + 3); c3 <= min(199, -2 * c1 + 199); c3 += 2) {
5 S2(((c3 - 1) / 2) + c1, (c3 + 1) / 2);
6 S1(((c3 + 1) / 2) + c1, (c3 + 1) / 2);
8 if (c1 >= 1)
9 S2(100, -c1 + 101);