isl_test_cpp17-generic.cc: work around std::optional::value issue in older macOS
[isl.git] / test_inputs / flow / mixed_loop.ai
blobc79782039d31d896c094ab5043edb4683614b3d6
1 sink: { S[] -> a[] }
2 must_source: { T[i] -> a[] : 0 <= i < 10 and i mod 2 = 0 }
3 may_source: { T[i] -> a[] : 0 <= i < 10 and i mod 2 = 1 }
4 schedule_map: { T[i] -> [0,i]; S[] -> [1,0] }