summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CallSiteSplitting/split-loop.ll
Commit message (Collapse)AuthorAgeFilesLines
* [CallSiteSplitting] Do not crash when BB's terminator changes.Florian Hahn2018-03-061-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
OpenPOWER on IntegriCloud