Skip to content
  • Jakob Stoklund Olesen's avatar
    Implement register class inflation. · 53c50220
    Jakob Stoklund Olesen authored
    When splitting a live range, the new registers have fewer uses and the
    permissible register class may be less constrained. Recompute the register class
    constraint from the uses of new registers created for a split. This may let them
    be allocated from a larger set, possibly avoiding a spill.
    
    llvm-svn: 110703
    53c50220
Loading