isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / codegen / separate.st
blob2eed716e1c24a722440bfd146d173562c48f6f11
1 domain: "{ a[i] : 0 <= i < 10; b[i] : 0 <= i < 10 }"
2 child:
3   schedule: "[{ a[i] -> [i]; b[i] -> [i+1] }]"
4   options: "{ separate[x] }"
5   child:
6     sequence:
7     - filter: "{ a[i] }"
8     - filter: "{ b[i] }"