xref: /netbsd-src/external/mit/isl/dist/test_inputs/codegen/cloog/gesced3.st (revision 5971e316fdea024efff6be8f03536623db06833e)
1domain: "[M, N] -> { S1[i0] : i0 >= 1 and i0 <= N; S2[i0] : i0 >= 1 and i0 <= N }"
2child:
3  context: "[M, N] -> { [] : N >= M and M >= 2 }"
4  child:
5    schedule: "[M, N] -> [{ S2[i0] -> [(2M + i0)]; S1[i0] -> [(M + i0)] }]"
6    options: "[M, N] -> { separate[i0] }"
7