Don't attempt to simplify an non-affine IV expression if it can't
[oota-llvm.git] / test / Transforms / IndVarSimplify / preserve-signed-wrap.ll
2009-02-23 Dan GohmanBack out the change in 64918 that used sign-extensions...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...