Skip to content
  1. May 23, 2008
  2. May 22, 2008
    • Evan Cheng's avatar
      Add a couple of test cases. · a1100782
      Evan Cheng authored
      llvm-svn: 51441
      a1100782
    • David Greene's avatar
      · 83048703
      David Greene authored
      When rewriting defs and uses after spilling, don't set the weight of a
      live interval to infinity if the instruction being rewritten is an
      original remat def instruction.  We were only checking against the clone
      of the remat def which doesn't actually appear in the IR at all.
      
      llvm-svn: 51440
      83048703
    • David Greene's avatar
      · 54b52fe1
      David Greene authored
      Don't attempt to update SpillSlotToUsesMap for stack slots that aren't
      generated by the spiller.
      
      llvm-svn: 51439
      54b52fe1
Loading