8f93f1508c375f8c0a95f99327cf7ccc36bb3a34
[isl.git] / test_inputs / codegen / cloog / reservoir-lim-lam1.c
blob8f93f1508c375f8c0a95f99327cf7ccc36bb3a34
1 for (int c1 = -99; c1 <= 100; c1 += 1) {
2 if (c1 >= 1)
3 S2(c1, 1);
4 for (int c3 = max(1, -c1 + 1); c3 <= min(-c1 + 100, 99); c3 += 1) {
5 S1(c1 + c3, c3);
6 S2(c1 + c3, c3 + 1);
8 if (c1 <= 0)
9 S1(c1 + 100, 100);