replace CLooG test cases with schedule tree versions
[isl.git] / test_inputs / codegen / cloog / uday_scalars.st
blob1501e8321a39d65ef9d874c1fcb501f38ad7ec59
1 domain: "[n] -> { S1[j, 0, 0] : j >= 0 and j <= n; S2[0, l, 0] : l >= 0 and l <= n }"
2 child:
3   context: "[n] -> { [] }"
4   child:
5     sequence:
6     - filter: "[n] -> { S1[i0, i1, i2] }"
7       child:
8         schedule: "[n] -> [{ S1[i0, i1, i2] -> [(i0)] }]"
9         options: "[n] -> { separate[i0] }"
10     - filter: "[n] -> { S2[i0, i1, i2] }"
11       child:
12         schedule: "[n] -> [{ S2[i0, i1, i2] -> [(i1)] }]"
13         options: "[n] -> { separate[i0] }"