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