This patch implements transform for pattern "(A | B) ^ (~A) -> (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