diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/unroll6.c')
| -rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/unroll6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/unroll6.c b/polly/lib/External/isl/test_inputs/codegen/unroll6.c index 06010b1e57c..1d8cc5eb771 100644 --- a/polly/lib/External/isl/test_inputs/codegen/unroll6.c +++ b/polly/lib/External/isl/test_inputs/codegen/unroll6.c @@ -1,5 +1,5 @@ { - if (nn >= 128 * g + 6 && nn >= ((t1 + 127) % 128) + 128 * g + 3 && ((t1 + 127) % 128) + 128 * g >= 0) + if (g >= 0 && nn >= 128 * g + 6 && nn >= ((t1 + 127) % 128) + 128 * g + 3) for (int c1 = 393214; c1 < nn - 1; c1 += 393216) A(c1, ((t1 + 127) % 128) + 128 * g + 1, ((t1 + 127) % 128) + 1); if (t1 >= 1 && t1 <= 2 && nn >= t1 + 128 * g + 130 && t1 + 128 * g >= -127) |

