This patch implements transform for pattern "(A | B) ^ (~A) -> (A | ~B)".
[oota-llvm.git] / test / Transforms / InstCombine / descale-zero.ll
2014-07-10 Duncan P. N. Exon... InstCombine: Fix a crash in Descale for multiply-by...