summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/stride6.c
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/stride6.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/stride6.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/stride6.c b/polly/lib/External/isl/test_inputs/codegen/stride6.c
new file mode 100644
index 00000000000..c09e8b5441f
--- /dev/null
+++ b/polly/lib/External/isl/test_inputs/codegen/stride6.c
@@ -0,0 +1,4 @@
+for (int c1 = -1024; c1 <= 0; c1 += 32)
+ for (int c2 = max(-((niter - 1) % 32) + niter - 1, -((niter - c1) % 32) + niter - c1 - 32); c2 <= min(niter + 1022, niter - c1 - 1); c2 += 32)
+ for (int c5 = max(max(0, -c1 - 1023), niter - c1 - c2 - 32); c5 <= min(min(31, -c1), niter - c1 - c2 - 1); c5 += 1)
+ S_4(niter - 1, -c1 - c5);
OpenPOWER on IntegriCloud