diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/shift2.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/shift2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/shift2.c b/polly/lib/External/isl/test_inputs/codegen/shift2.c index 30ea633b674..5d038f37733 100644 --- a/polly/lib/External/isl/test_inputs/codegen/shift2.c +++ b/polly/lib/External/isl/test_inputs/codegen/shift2.c @@ -27,9 +27,9 @@ for (int c0 = 0; c0 <= 1; c0 += 1) { if (c3 + 30 >= 2 * length && c4 == 0) S_4(c0); } - if (c2 + 16 == length && (length - 16) % 32 == 0) + if (c2 + 16 == length) S_4(c0); - } else if (length == 0) { + } else if (length >= 32) { S_4(c0); } else S_4(c0); |