isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / codegen / cloog / 4-param.st
blob24335954184cbd3a3b43b2e5b3fa07b42f023b8f
1 domain: "[m, n, p, q] -> { S1[i0] : i0 >= m and i0 <= n; S2[i0] : i0 >= p and i0 <= q }"
2 child:
3   context: "[m, n, p, q] -> { [] }"
4   child:
5     schedule: "[m, n, p, q] -> [{ S2[i0] -> [(i0)]; S1[i0] -> [(i0)] }]"
6     options: "[m, n, p, q] -> { separate[i0] }"
7     child:
8       sequence:
9       - filter: "[m, n, p, q] -> { S1[i0] }"
10       - filter: "[m, n, p, q] -> { S2[i0] }"