Skip to content
  • Jakob Stoklund Olesen's avatar
    Fix PR8612 in the standard spiller, take two. · e2b88586
    Jakob Stoklund Olesen authored
    The live range of a register defined by an early clobber starts at the use slot,
    not the def slot.
    
    Except when it is an early clobber tied to a use operand. Then it starts at the
    def slot like a standard def.
    
    llvm-svn: 119305
    e2b88586
Loading