diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/stride5.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/stride5.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/stride5.c b/polly/lib/External/isl/test_inputs/codegen/stride5.c new file mode 100644 index 00000000000..ee89e367598 --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/stride5.c @@ -0,0 +1,3 @@ +if (n % 2 == 0) + for (int c0 = (n / 2) + 2 * floord(-n - 1, 4) + 2; c0 <= 100; c0 += 2) + S(c0); |