summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/hoist2.c
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/hoist2.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/hoist2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/hoist2.c b/polly/lib/External/isl/test_inputs/codegen/hoist2.c
new file mode 100644
index 00000000000..24cfc639166
--- /dev/null
+++ b/polly/lib/External/isl/test_inputs/codegen/hoist2.c
@@ -0,0 +1,3 @@
+for (int c0 = 1; c0 <= 5; c0 += 1)
+ for (int c1 = t1 - 64 * b + 64; c1 <= min(70, -((c0 - 1) % 2) - c0 + 73); c1 += 64)
+ A(c0, 64 * b + c1 - 8);
OpenPOWER on IntegriCloud