summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/shift2.c
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-03-25 19:38:18 +0000
committerTobias Grosser <tobias@grosser.es>2016-03-25 19:38:18 +0000
commit37034db826ab706ffd9c74c8d5d7474f2700679c (patch)
tree1b87bb5fde12ac4cdb0276d4e86d57f8cbbde112 /polly/lib/External/isl/test_inputs/codegen/shift2.c
parente988af9073dc59d6b158b0b90570b97415ba52a2 (diff)
downloadbcm5719-llvm-37034db826ab706ffd9c74c8d5d7474f2700679c.tar.gz
bcm5719-llvm-37034db826ab706ffd9c74c8d5d7474f2700679c.zip
Update to isl-0.16.1-145-g243bf7c
Just an import to keep track with the latest version of isl. We are not looking for specific features. llvm-svn: 264452
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/shift2.c')
-rw-r--r--polly/lib/External/isl/test_inputs/codegen/shift2.c4
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);
OpenPOWER on IntegriCloud