diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/unroll2.st')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/cloog/unroll2.st | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/unroll2.st b/polly/lib/External/isl/test_inputs/codegen/cloog/unroll2.st new file mode 100644 index 00000000000..32cbb8cb382 --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/cloog/unroll2.st @@ -0,0 +1,6 @@ +domain: "[n] -> { S1[i] : i >= n and i <= 1 + n and n <= 9 and i >= 0 }" +child: + context: "[n] -> { [] }" + child: + schedule: "[n] -> [{ S1[i] -> [(i)] }]" + options: "[n] -> { unroll[i0] }" |