Skip to content
  • Jakob Stoklund Olesen's avatar
    Add LiveIntervals::getLastSplitPoint(). · 096bd883
    Jakob Stoklund Olesen authored
    A live range cannot be split everywhere in a basic block. A split must go before
    the first terminator, and if the variable is live into a landing pad, the split
    must happen before the call that can throw.
    
    llvm-svn: 124894
    096bd883
Loading