xref: /llvm-project/polly/lib/External/isl/test_inputs/codegen/isolate4.st (revision 1de4e381ca058f8afa2c2b47d33f28e7a055eb0b)
1# Check that generic options are not applied to isolated part
2domain: "{ A[i] : 0 <= i < 20 }"
3child:
4  schedule: "[{ A[i] -> [i] }]"
5  options: "{ isolate[[] -> [x]] : 5 <= x <= 15; unroll[x] }"
6