Skip to content
  1. Mar 01, 2014
    • Manman Ren's avatar
      SpillPlacement: fix a bug in iterate. · 709c951b
      Manman Ren authored
      Inside iterate, we scan backwards then scan forwards in a loop. When iteration
      is not zero, the last node was just updated so we can skip it. But when
      iteration is zero, we can't skip the last node.
      
      For the testing case, fixing this will save a spill and move register copies
      from hot path to cold path.
      
      llvm-svn: 202557
      709c951b
  2. Feb 28, 2014
Loading