diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/omega/substitution-1.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/omega/substitution-1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/omega/substitution-1.c b/polly/lib/External/isl/test_inputs/codegen/omega/substitution-1.c new file mode 100644 index 00000000000..486514c0433 --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/omega/substitution-1.c @@ -0,0 +1,3 @@ +for (int c0 = 0; c0 <= 14; c0 += 1) + for (int c1 = max(2 * c0 - 12, -c0 + 3 * floord(c0 - 1, 2) + 3); c1 <= min(2 * c0, c0 / 2 + 9); c1 += 3) + s0((2 * c0 - c1) / 3, (-c0 + 2 * c1) / 3); |