Skip to content
  1. Jul 30, 2008
    • Eli Friedman's avatar
      Fix for PR2607: SCEV miscomputing the loop count for loops with an · 5ae90441
      Eli Friedman authored
      SGT exit condition.  Essentially, the correct way to flip an inequality 
      in 2's complement is the not operator, not the negation operator.  
      That said, the difference only affects cases involving INT_MIN.
      
      Also, enhance the pre-test search logic to be a bit smarter about 
      inequalities flipped with a not operator, so it can eliminate the smax 
      from the iteration count for simple loops.
      
      llvm-svn: 54184
      5ae90441
  2. Jul 29, 2008
  3. Jul 28, 2008
  4. Jul 27, 2008
  5. Jul 26, 2008
  6. Jul 25, 2008
Loading