Skip to content
  1. Mar 27, 2007
  2. Mar 26, 2007
  3. Mar 25, 2007
  4. Mar 24, 2007
  5. Mar 23, 2007
  6. Mar 22, 2007
  7. Mar 21, 2007
  8. Mar 20, 2007
  9. Mar 19, 2007
  10. Mar 18, 2007
  11. Mar 17, 2007
  12. Mar 16, 2007
  13. Mar 15, 2007
  14. Mar 14, 2007
    • Evan Cheng's avatar
      Estimate a cost using the possible number of scratch registers required and use · b9e3db67
      Evan Cheng authored
      it as a late BURR scheduling tie-breaker.
      Intuitively, it's good to push down instructions whose results are liveout so
      their long live ranges won't conflict with other values which are needed inside
      the BB. Further prioritize liveout instructions by the number of operands which
      are calculated within the BB.
      
      llvm-svn: 35109
      b9e3db67
Loading