llvm-6502/lib/Transforms
Dan Gohman 3fddbb337d Teach IndVarSimplify how to eliminate comparisons involving induction
variables. For example, with code like this:

  for (i=0;i<n;++i)
    if (i<n)
      x[i] = 0;

IndVarSimplify will now recognize that i is always less than n inside
the loop, and eliminate the if.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101000 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-11 23:10:12 +00:00
..
Hello
InstCombine
Instrumentation
IPO
Scalar Teach IndVarSimplify how to eliminate comparisons involving induction 2010-04-11 23:10:12 +00:00
Utils
Makefile