summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Verifier.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2013-07-19 23:52:47 +0000
committerLang Hames <lhames@gmail.com>2013-07-19 23:52:47 +0000
commit24864fe1503991d5bcb9645939310c8a4e1e24df (patch)
tree2f4b14fc9103783c9af91e46c7976008a09a2c3f /llvm/lib/IR/Verifier.cpp
parented64342b67de1bbbd9e2421a64442d8eb5825bd8 (diff)
downloadbcm5719-llvm-24864fe1503991d5bcb9645939310c8a4e1e24df.tar.gz
bcm5719-llvm-24864fe1503991d5bcb9645939310c8a4e1e24df.zip
Refactor AnalyzeBranch on ARM. The previous version did not always analyze
indirect branches correctly. Under some circumstances, this led to the deletion of basic blocks that were the destination of indirect branches. In that case it left indirect branches to nowhere in the code. This patch replaces, and is more general than either of the previous fixes for indirect-branch-analysis issues, r181161 and r186461. For other branches (not indirect) this refactor should have *almost* identical behavior to the previous version. There are some corner cases where this refactor is able to analyze blocks that the previous version could not (e.g. this necessitated the update to thumb2-ifcvt2.ll). <rdar://problem/14464830> llvm-svn: 186735
Diffstat (limited to 'llvm/lib/IR/Verifier.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud