Handle overflow of 64-bit loop conditions.
[oota-llvm.git] / test / Transforms / IndVarSimplify / avoid-i0.ll
2009-04-27 Dan GohmanHandle ands with ~0 correctly too. This fixes PR4052.
2009-04-25 Dan GohmanHandle ands with 0 and shifts by 0 correctly. These...