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