Skip to content
  1. Oct 19, 2005
  2. Oct 18, 2005
  3. Oct 17, 2005
  4. Oct 16, 2005
  5. Oct 15, 2005
  6. Oct 14, 2005
  7. Oct 13, 2005
  8. Oct 12, 2005
  9. Oct 11, 2005
  10. Oct 10, 2005
  11. Oct 09, 2005
    • Chris Lattner's avatar
      When emiting a CopyFromReg and the source is already a vreg, do not bother · 0832f263
      Chris Lattner authored
      creating a new vreg and inserting a copy: just use the input vreg directly.
      
      This speeds up the compile (e.g. about 5% on mesa with a debug build of llc)
      by not adding a bunch of copies and vregs to be coallesced away.  On mesa,
      for example, this reduces the number of intervals from 168601 to 129040
      going into the coallescer.
      
      llvm-svn: 23671
      0832f263
  12. Oct 08, 2005
  13. Oct 07, 2005
Loading