Go to file
Dale Johannesen 7ffb7d5728 Enhance induction variable code to remove the
sext around sext(shorter IV + constant), using a
longer IV instead, when it can figure out the
add can't overflow.  This comes up a lot in
subscripting; mainly affects 64 bit.

llvm-svn: 69123
2009-04-15 01:10:12 +00:00
clang PCH support for CStyleCastExpr and BinaryOperator expression kinds. 2009-04-15 00:25:59 +00:00
llvm Enhance induction variable code to remove the 2009-04-15 01:10:12 +00:00