Skip to content
  • Jakob Stoklund Olesen's avatar
    Move stack slot assignments into LiveRangeEdit. · 0f3e98ce
    Jakob Stoklund Olesen authored
    All registers created during splitting or spilling are assigned to the same
    stack slot as the parent register.
    
    When splitting or rematting, we may not spill at all. In that case the stack
    slot is still assigned, but it will be dead.
    
    llvm-svn: 116546
    0f3e98ce
Loading