commit | 222cc006d99896f769667588a26337a826936c6c | [log] [tgz] |
---|---|---|
author | Sebastian Pop <sebpop@gmail.com> | Wed Mar 08 01:54:50 2017 +0000 |
committer | Sebastian Pop <sebpop@gmail.com> | Wed Mar 08 01:54:50 2017 +0000 |
tree | 3ef38b794b714044b235ffe9cd1a306f73aa07a7 | |
parent | 22615bf63885f00a4cdf03f9ee2d47be952f6a5c [diff] |
Handle UnreachableInst in isGuaranteedToTransferExecutionToSuccessor A block with an UnreachableInst does not transfer execution to a successor. The problem was exposed by GVN-hoist. This patch fixes bug 32153. Patch by Aditya Kumar. Differential Revision: https://reviews.llvm.org/D30667 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297254 91177308-0d34-0410-b5e6-96231b3b80d8