Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at least...
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-21-MismatchedCastAndCompare.ll
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...