Add more i1 optimizations. add, sub, mul, s/udiv on i1 are now simplified away.
[oota-llvm.git] / test / Transforms / InstCombine / mul-masked-bits.ll
2008-05-07 Dan GohmanFix a bug in the ComputeMaskedBits logic for multiply.