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