summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SpeculateAroundPHIs/pr42991.ll
Commit message (Collapse)AuthorAgeFilesLines
* Ignore indirect branches from callbr.Bill Wendling2019-08-141-0/+44
Summary: We can't speculate around indirect branches: indirectbr and invoke. The callbr instruction needs to be included here. Reviewers: nickdesaulniers, manojgupta, chandlerc Reviewed By: chandlerc Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66200 llvm-svn: 368873
OpenPOWER on IntegriCloud