add isl_basic_set_variable_compression_with_id
[isl.git] / test_inputs / codegen / cloog / gesced.st
blob3534f754bc2bf3b9398cd955a25192064b10ca4c
1 domain: "[M, N] -> { S3[i0, i1] : i0 >= 1 and i0 <= N and i1 >= 1 and i1 <= M; S1[i0] : i0 >= 1 and i0 <= N; S2[i0, i1] : i0 >= 1 and i0 <= N and i1 >= 1 and i1 <= M }"
2 child:
3   context: "[M, N] -> { [] : N <= M and M >= 2 and N >= 2 }"
4   child:
5     schedule: "[M, N] -> [{ S2[i0, i1] -> [(N + i1)]; S3[i0, i1] -> [(2N + i1)]; S1[i0] -> [(i0)] }]"
6     options: "[M, N] -> { separate[i0] }"