replace CLooG test cases with schedule tree versions
[isl.git] / test_inputs / codegen / cloog / iftest.st
blobcd26fab47b3e6804293788dacf400bfe99be16ac
1 domain: "[m, n] -> { S1[i0] : (i0 >= m and i0 >= 1 and i0 <= n) or (i0 >= 1 and i0 <= n and i0 <= 2m) }"
2 child:
3   context: "[m, n] -> { [] }"
4   child:
5     schedule: "[m, n] -> [{ S1[i0] -> [(i0)] }]"
6     options: "[m, n] -> { separate[i0] }"