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