add support for generating ASTs from schedule relations
[isl.git] / test_inputs / codegen / cloog / reservoir-loechner4.c
blobbf48290b2acea1018567597330bea5baf5c005a8
1 for (int c1 = 2; c1 <= 2 * M; c1 += 1)
2 for (int c3 = 1; c3 <= M; c3 += 1)
3 for (int c5 = 1; c5 <= M; c5 += 1)
4 for (int c7 = max(1, -M + c1); c7 <= min(c1 - 1, M); c7 += 1)
5 S1(c5, c3, c7, c1 - c7);