Skip to content
  • Evan Cheng's avatar
    When the register allocator runs out of registers, spill a physical register... · e88a625e
    Evan Cheng authored
    When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting.
    
    llvm-svn: 48218
    e88a625e
Loading