isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / codegen / cloog / iftest2.st
blobf073f5cf5f49925a4ad41efd2eb212916d0a15e3
1 domain: "[M, N] -> { S1[i0, i1] : (i0 >= M and i0 <= N and i1 >= 1 and i1 <= M) or (i0 >= 1 and i0 <= N and i0 <= 2M and i1 >= 1 and i1 <= M) }"
2 child:
3   context: "[M, N] -> { [] }"
4   child:
5     schedule: "[M, N] -> [{ S1[i0, i1] -> [(i0)] }, { S1[i0, i1] -> [(i1)] }]"
6     options: "[M, N] -> { separate[i0] }"