llvm-project/polly/lib/External/isl/test_inputs/codegen/isolate4.st

6 lines
196 B
Smalltalk

# Check that generic options are not applied to isolated part
domain: "{ A[i] : 0 <= i < 20 }"
child:
schedule: "[{ A[i] -> [i] }]"
options: "{ isolate[[] -> [x]] : 5 <= x <= 15; unroll[x] }"