Fredrik Holmqvist e7f96e19a4 Upgrade isl to version 0.19
gcc currently requires 0.15 or later for graphite
2018-07-04 20:20:56 +02:00

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] }"