Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one uses of...
[oota-llvm.git] / test / Transforms / InstCombine / 2006-12-05-fp-to-int-ext.ll
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-05 Chris LattnerInstcombine shouldn't fold these casts.