Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CallSiteSplitting] Do not crash when BB's terminator changes. | Florian Hahn | 2018-03-06 | 1 | -0/+90 |
Change doCallSiteSplitting to iterate until we reach the terminator instruction. tryToSplitCallSite can replace BB's terminator in case BB is a successor of itself. Then IE will be invalidated and we also have to check the current terminator. Reviewers: junbuml, davidxl, davide, fhahn Reviewed By: fhahn, junbuml Differential Revision: https://reviews.llvm.org/D43824 llvm-svn: 326793 |