Bradley Smith 8cff277de2 [SCEV] Improve Scalar Evolution's use of no {un,}signed wrap flags
In a case where we have a no {un,}signed wrap flag on the increment, if
RHS - Start is constant then we can avoid inserting a max operation bewteen
the two, since we can statically determine which is greater.

This allows us to unroll loops such as:

 void testcase3(int v) {
   for (int i=v; i<=v+1; ++i)
     f(i);
 }


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220960 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-31 11:40:32 +00:00
..
2014-10-16 20:00:02 +00:00
2014-05-15 01:52:21 +00:00
2014-05-27 22:41:45 +00:00
2014-03-06 17:33:55 +00:00
2013-08-22 00:51:19 +00:00
2013-08-22 00:51:19 +00:00