diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-07-24 13:12:17 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-07-24 13:12:17 +0000 |
commit | 566060d76fb2e2f8e74c974d95f76cb1826ce692 (patch) | |
tree | 00220d5752e389cb86b2373eb0bce575c106065a /polly/lib/External/isl/test_inputs/codegen/separate2.c | |
parent | 3e839decc964e8ba1c5110f507fe9c2b7511f9b8 (diff) | |
download | bcm5719-llvm-566060d76fb2e2f8e74c974d95f76cb1826ce692.tar.gz bcm5719-llvm-566060d76fb2e2f8e74c974d95f76cb1826ce692.zip |
Update isl to isl-0.15-86-g595055e
Besides a couple of cleanups and refactorings in isl, this change set fixes a
couple of bugs in isl, that can cause issues during code generation.
llvm-svn: 243110
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/separate2.c')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/separate2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/separate2.c b/polly/lib/External/isl/test_inputs/codegen/separate2.c index 81668215c9e..0fba4f1f552 100644 --- a/polly/lib/External/isl/test_inputs/codegen/separate2.c +++ b/polly/lib/External/isl/test_inputs/codegen/separate2.c @@ -2,7 +2,7 @@ if ((length - 1) % 16 <= 14) for (int c0 = 0; c0 <= 1; c0 += 1) for (int c5 = 0; c5 <= 31; c5 += 1) for (int c6 = max(0, 2 * ((length - 1) % 16) + 2 * c5 - 60); c6 <= 30; c6 += 1) { - if (length + c5 >= ((length - 1) % 32) + 2 && (length - 1) % 32 >= c5 && 2 * ((length - 1) % 32) + c6 >= 2 * c5 && 2 * c5 + 30 >= 2 * ((length - 1) % 32) + c6 && 2 * ((length - 1) % 32) + c6 == 2 * ((length - 1) % 16) + 2 * c5 && (2 * c5 - c6) % 32 == 0) + if (2 * length + c6 >= 2 * ((length - 1) % 16) + 4 && 2 * ((length - 1) % 16) >= c6 && 2 * ((length - 1) % 16) + 2 * c5 >= c6 && c6 + 62 >= 2 * ((length - 1) % 16) + 2 * c5 && 2 * ((length - 1) % 16) + 2 * c5 == 2 * ((length - 1) % 32) + c6 && (2 * c5 - c6) % 32 == 0) S_3(c0, 0, (c6 / 2) - ((length - 1) % 16) + length - 1); if (length <= 16 && length >= c5 + 1 && c6 >= 1 && length >= c6) S_0(c0, c5, c6 - 1); |