Skip to content
  1. Sep 26, 2012
  2. Sep 25, 2012
  3. Sep 21, 2012
  4. Sep 19, 2012
  5. Sep 18, 2012
  6. Sep 17, 2012
  7. Sep 15, 2012
    • Manman Ren's avatar
      PGO: preserve branch-weight metadata when simplifying two branches with a common · bfb9d435
      Manman Ren authored
      destination.
      
      Updated previous implementation to fix a case not covered:
      // PBI: br i1 %x, TrueDest, BB
      // BI:  br i1 %y, TrueDest, FalseDest
      The other case was handled correctly.
      // PBI: br i1 %x, BB, FalseDest
      // BI:  br i1 %y, TrueDest, FalseDest
      
      Also tried to use 64-bit arithmetic instead of APInt with scale to simplify the
      computation. Let me know if you have other opinions about this.
      
      llvm-svn: 163954
      bfb9d435
  8. Sep 14, 2012
  9. Sep 12, 2012
  10. Sep 11, 2012
  11. Sep 10, 2012
  12. Sep 08, 2012
  13. Sep 07, 2012
  14. Sep 06, 2012
  15. Sep 05, 2012
Loading