Skip to content
  • Jakob Stoklund Olesen's avatar
    Spill multiple registers at once. · a86595e0
    Jakob Stoklund Olesen authored
    Live range splitting can create a number of small live ranges containing only a
    single real use. Spill these small live ranges along with the large range they
    are connected to with copies. This enables memory operand folding and maximizes
    the spill to fill distance.
    
    Work in progress with known bugs.
    
    llvm-svn: 127529
    a86595e0
Loading