replace CLooG test cases with schedule tree versions
[isl.git] / test_inputs / codegen / cloog / reservoir-lim-lam5.st
blob5684455278c1333237ef6d7a30ceb876214c0543
1 domain: "[M] -> { S1[i0, i1] : i0 >= 1 and i0 <= M and i1 >= 1 and i1 <= M; S3[i0, i1] : i0 >= 1 and i0 <= M and i1 >= 1 and i1 <= M; S2[i0, i1] : i0 >= 1 and i0 <= M and i1 >= 1 and i1 <= M }"
2 child:
3   context: "[M] -> { [] }"
4   child:
5     sequence:
6     - filter: "[M] -> { S1[i0, i1] }"
7       child:
8         schedule: "[M] -> [{ S1[i0, i1] -> [(i0)] }]"
9         options: "[M] -> { separate[i0] }"
10         child:
11           schedule: "[M] -> [{ S1[i0, i1] -> [(i1)] }]"
12           options: "[M] -> { separate[i0] }"
13     - filter: "[M] -> { S2[i0, i1] }"
14       child:
15         schedule: "[M] -> [{ S2[i0, i1] -> [(i0)] }]"
16         options: "[M] -> { separate[i0] }"
17         child:
18           schedule: "[M] -> [{ S2[i0, i1] -> [(i1)] }]"
19           options: "[M] -> { separate[i0] }"
20     - filter: "[M] -> { S3[i0, i1] }"
21       child:
22         schedule: "[M] -> [{ S3[i0, i1] -> [(i0)] }]"
23         options: "[M] -> { separate[i0] }"
24         child:
25           schedule: "[M] -> [{ S3[i0, i1] -> [(i1)] }]"
26           options: "[M] -> { separate[i0] }"