Files
llvm-6502/lib/Transforms/Scalar
Sanjoy Das 21b2edfeae IRCE: generalize to handle loops with decreasing induction variables.
IRCE can now split the iteration space for loops like:

   for (i = n; i >= 0; i--)
     a[i + k] = 42; // bounds check on access



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230618 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-26 08:19:31 +00:00
..
2015-02-23 21:32:09 +00:00
2014-11-03 23:19:16 +00:00
2014-11-11 21:30:22 +00:00