Skip to content
  1. Sep 24, 2008
  2. Sep 23, 2008
  3. Sep 22, 2008
  4. Sep 20, 2008
  5. Sep 19, 2008
  6. Sep 09, 2008
  7. Sep 08, 2008
  8. Sep 07, 2008
  9. Sep 06, 2008
  10. Sep 05, 2008
  11. Sep 04, 2008
  12. Sep 03, 2008
  13. Aug 14, 2008
  14. Aug 13, 2008
  15. Aug 07, 2008
  16. Jul 29, 2008
    • Matthijs Kooijman's avatar
      Restructure ArgumentPromotion a bit. Instead of just having a single boolean · fd307045
      Matthijs Kooijman authored
      that says "unconditional loads from this argument are safe", we now keep track
      of the safety per set of indices from which loads happen. This prevents
      ArgPromotion from promoting loads that aren't really valid. As an added effect,
      this will now disregard the the type of the indices passed to a GEP, so
      "load GEP %A, i32 1" and "load GEP %A, i64 1" will result in a single argument,
      not two.
      
      This fixes PR2598, for which a testcase has been added as well.
      
      llvm-svn: 54159
      fd307045
Loading