If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation on
[oota-llvm.git] / test / CodeGen / X86 / shift-and.ll
2008-08-30 Evan ChengTransform (x << (y&31)) -> (x << y). This takes advanta...