summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/ELF.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2019-03-02 02:31:44 +0000
committerFlorian Hahn <flo@fhahn.com>2019-03-02 02:31:44 +0000
commit98f11a7d75b54b44b3b136b537644fd3f6d77239 (patch)
tree66bdb10f6057d1534d47fea2a908e9f8084e63ef /llvm/lib/Object/ELF.cpp
parent1cc0f6061f8d11f409590b09f945fe4470c9f679 (diff)
downloadbcm5719-llvm-98f11a7d75b54b44b3b136b537644fd3f6d77239.tar.gz
bcm5719-llvm-98f11a7d75b54b44b3b136b537644fd3f6d77239.zip
[SCEV] Handle case where MaxBECount is less precise than ExactBECount for OR.
In some cases, MaxBECount can be less precise than ExactBECount for AND and OR (the AND case was PR26207). In the OR test case, both ExactBECounts are undef, but MaxBECount are different, so we hit the assertion below. This patch uses the same solution the AND case already uses. Assertion failed: ((isa<SCEVCouldNotCompute>(ExactNotTaken) || !isa<SCEVCouldNotCompute>(MaxNotTaken)) && "Exact is not allowed to be less precise than Max"), function ExitLimit This patch also consolidates test cases for both AND and OR in a single test case. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13245 Reviewers: sanjoy, efriedma, mkazantsev Reviewed By: sanjoy Differential Revision: https://reviews.llvm.org/D58853 llvm-svn: 355259
Diffstat (limited to 'llvm/lib/Object/ELF.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud