replace CLooG test cases with schedule tree versions
[isl.git] / test_inputs / codegen / cloog / reservoir-mg-interp2.c
blob48c5dfdd9d142f6ef39d04dd3008271423795672
2 for (int c0 = 1; c0 < O; c0 += 1)
3 for (int c1 = Q; c1 < N; c1 += 1)
4 for (int c2 = P; c2 < M; c2 += 1)
5 S1(c0, c1, c2);
6 for (int c0 = 1; c0 < O; c0 += 1)
7 for (int c1 = Q; c1 < N; c1 += 1)
8 for (int c2 = 1; c2 < M; c2 += 1)
9 S2(c0, c1, c2);
10 for (int c0 = 1; c0 < O; c0 += 1)
11 for (int c1 = 1; c1 < N; c1 += 1)
12 for (int c2 = P; c2 < M; c2 += 1)
13 S3(c0, c1, c2);
14 for (int c0 = 1; c0 < O; c0 += 1)
15 for (int c1 = 1; c1 < N; c1 += 1)
16 for (int c2 = 1; c2 < M; c2 += 1)
17 S4(c0, c1, c2);