aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
diff options
context:
space:
mode:
authorErik Eckstein <eeckstein@apple.com>2014-08-22 01:18:39 +0000
committerErik Eckstein <eeckstein@apple.com>2014-08-22 01:18:39 +0000
commitb49d7abb7b289b73af0485c50c642216a5509eaa (patch)
tree1a922bfec9273c1a1f4af710fee1bec1e20bc87c /llvm/tools/llvm-cov/CodeCoverage.cpp
parentfab565a56b1cad144053a91c78cb1f333210e431 (diff)
downloadllvm-b49d7abb7b289b73af0485c50c642216a5509eaa.zip
llvm-b49d7abb7b289b73af0485c50c642216a5509eaa.tar.gz
llvm-b49d7abb7b289b73af0485c50c642216a5509eaa.tar.bz2
fix: SLPVectorizer crashes for unreachable blocks containing not schedulable instructions.
In unreachable blocks it's legal to have instructions like "%x = op %x". Such instuctions are not schedulable. Therefore the SLPVectorizer has to check for unreachable blocks and ignore them. Fixes bug 20646. llvm-svn: 216256
Diffstat (limited to 'llvm/tools/llvm-cov/CodeCoverage.cpp')
0 files changed, 0 insertions, 0 deletions