Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one uses of...
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-21-MulTrunc.ll
2008-01-22 Nick LewyckyMultiply can be evaluated in a different type, so long...