Skip to content
  • Evan Cheng's avatar
    More local spiller complexity! · 0609ab64
    Evan Cheng authored
    If local spiller optimization turns some instruction into an identity copy, it will be removed. If the output register happens to be dead (and source is obviously killed), transfer the kill / dead information to last use / def in the same MBB.
    
    llvm-svn: 51306
    0609ab64
Loading