Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at least...
[oota-llvm.git] / test / Transforms / InstCombine / fpextend.ll
2008-01-27 Chris LattnerFold fptrunc(add (fpextend x), (fpextend y)) -> add...