Skip to content
  • Jakob Stoklund Olesen's avatar
    Switch PBQP to the modern InlineSpiller framework. · 11bb63a7
    Jakob Stoklund Olesen authored
    It is worth noting that the old spiller would split live ranges around
    basic blocks. The new spiller doesn't do that.
    
    PBQP should do its own live range splitting with
    SplitEditor::splitSingleBlock() if desired.  See
    RAGreedy::tryBlockSplit().
    
    llvm-svn: 144476
    11bb63a7
Loading