isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / codegen / cloog / reservoir-fusion1.st
blob25c0cfd0740051d21d66fb64ed2727b920d7ffee
1 domain: "[M] -> { S3[i0] : i0 >= 0 and i0 <= M; S2[i0] : i0 >= 1 and i0 <= M; S1[i0] : i0 >= 0 and i0 <= M }"
2 child:
3   context: "[M] -> { [] : M >= 1 }"
4   child:
5     sequence:
6     - filter: "[M] -> { S1[i0] }"
7       child:
8         schedule: "[M] -> [{ S1[i0] -> [(i0)] }]"
9         options: "[M] -> { separate[i0] }"
10     - filter: "[M] -> { S2[i0] }"
11       child:
12         schedule: "[M] -> [{ S2[i0] -> [(i0)] }]"
13         options: "[M] -> { separate[i0] }"
14     - filter: "[M] -> { S3[i0] }"
15       child:
16         schedule: "[M] -> [{ S3[i0] -> [(i0)] }]"
17         options: "[M] -> { separate[i0] }"