diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/rectangle.in')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/cloog/rectangle.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/rectangle.in b/polly/lib/External/isl/test_inputs/codegen/cloog/rectangle.in new file mode 100644 index 00000000000..fab0f945c37 --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/cloog/rectangle.in @@ -0,0 +1,3 @@ +[n] -> { S1[i0, i1] -> [i0 + i1] : i0 >= 0 and i0 <= n and i1 >= 0 and i1 <= n } +[n] -> { : n >= 0 } +[n] -> { [i] -> separate[o0] } |