InstCombine: Combine (add (and %a, %b) (or %a, %b)) to (add %a, %b)
[oota-llvm.git] / test / Transforms / InstCombine / fpextend_x86.ll
2013-11-28 Stephen CanonRein in overzealous InstCombine of fptrunc(OP(fpextend...