summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/unroll2.c
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/unroll2.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/unroll2.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/unroll2.c b/polly/lib/External/isl/test_inputs/codegen/unroll2.c
new file mode 100644
index 00000000000..7ae38be1cb1
--- /dev/null
+++ b/polly/lib/External/isl/test_inputs/codegen/unroll2.c
@@ -0,0 +1,11 @@
+{
+ A(0);
+ A(1);
+ A(2);
+ A(3);
+ for (int c0 = 4; c0 <= 99996; c0 += 1)
+ A(c0);
+ A(99997);
+ A(99998);
+ A(99999);
+}
OpenPOWER on IntegriCloud