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