diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/omega/p.delft-0.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/omega/p.delft-0.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/omega/p.delft-0.c b/polly/lib/External/isl/test_inputs/codegen/omega/p.delft-0.c new file mode 100644 index 00000000000..c676558941f --- /dev/null +++ b/polly/lib/External/isl/test_inputs/codegen/omega/p.delft-0.c @@ -0,0 +1,4 @@ +if (P2 >= 0 && P2 <= 3 && P1 == P2) + for (int c0 = 0; c0 <= min(2, -P2 + 4); c0 += 1) + for (int c2 = (-P2 - c0 + 6) % 3; c2 <= 3; c2 += 3) + s0(c0, c0, c2, c2); |