summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/unroll8.c
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/unroll8.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/unroll8.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/unroll8.c b/polly/lib/External/isl/test_inputs/codegen/unroll8.c
new file mode 100644
index 00000000000..b3ca142d944
--- /dev/null
+++ b/polly/lib/External/isl/test_inputs/codegen/unroll8.c
@@ -0,0 +1,6 @@
+for (int c0 = 0; c0 <= 99; c0 += 1) {
+ A(c0, 0);
+ A(c0, 1);
+ B(c0, 0);
+ B(c0, 1);
+}
OpenPOWER on IntegriCloud