InstCombine: Combine (add (and %a, %b) (or %a, %b)) to (add %a, %b)
[oota-llvm.git] / test / Transforms / InstCombine / phi-select-constexpr.ll
2013-12-06 Duncan P. N. Exon... Don't use isNullValue to evaluate ConstantExpr