Skip to content
  • Jakob Stoklund Olesen's avatar
    Work around a coalescer bug. · 27e0a4ab
    Jakob Stoklund Olesen authored
    The coalescer can in very rare cases leave too large live intervals around after
    rematerializing cheap-as-a-move instructions.
    
    Linear scan doesn't really care, but live range splitting gets very confused
    when a live range is killed by a ghost instruction.
    
    I will fix this properly in the coalescer after 2.9 branches.
    
    llvm-svn: 127096
    27e0a4ab
Loading