replace CLooG test cases with schedule tree versions
[isl.git] / test_inputs / codegen / cloog / constbound.st
blob1f6789e32e2dfc8ba0eaa58068246f642635c7ab
1 domain: "{ S2[i0, i1, i2] : i1 >= 0 and i1 <= 9999 and i2 >= 0 and i2 <= i1 and i1 >= 25 + 50i0 and i1 <= 49 + 50i0; S1[i0, i1, i2] : i1 >= 0 and i1 <= 9999 and i2 >= 0 and i2 <= i1 and i1 >= 50i0 and i1 <= 24 + 50i0 }"
2 child:
3   context: "{ [] }"
4   child:
5     schedule: "[{ S1[i0, i1, i2] -> [(i0)]; S2[i0, i1, i2] -> [(i0)] }]"
6     options: "{ separate[i0] }"
7     child:
8       sequence:
9       - filter: "{ S1[i0, i1, i2] }"
10         child:
11           schedule: "[{ S1[i0, i1, i2] -> [(i1)] }, { S1[i0, i1, i2] -> [(i2)] }]"
12           options: "{ separate[i0] }"
13       - filter: "{ S2[i0, i1, i2] }"
14         child:
15           schedule: "[{ S2[i0, i1, i2] -> [(i1)] }, { S2[i0, i1, i2] -> [(i2)] }]"
16           options: "{ separate[i0] }"