replace CLooG test cases with schedule tree versions
[isl.git] / test_inputs / codegen / cloog / min-2-1.st
blobc2a48521cc02b174261bd19bc004eedf62169c64
1 domain: "[M, N] -> { S1[i0, i1, i2] : i0 >= 1 and i1 >= 0 and i1 <= M and i1 <= i0 and i1 <= N - i0 and i2 >= 0 and i2 <= M and i2 <= i0 and i2 <= N - i0 }"
2 child:
3   context: "[M, N] -> { [] }"
4   child:
5     schedule: "[M, N] -> [{ S1[i0, i1, i2] -> [(i0)] }, { S1[i0, i1, i2] -> [(i1)] }, { S1[i0, i1, i2] -> [(i2)] }]"
6     options: "[M, N] -> { separate[i0] }"