isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / codegen / isolate4.st
blob58b5168c6b670658ff8bcd694518150313cf7fb3
1 # Check that generic options are not applied to isolated part
2 domain: "{ A[i] : 0 <= i < 20 }"
3 child:
4   schedule: "[{ A[i] -> [i] }]"
5   options: "{ isolate[[] -> [x]] : 5 <= x <= 15; unroll[x] }"