This patch implements transform for pattern "(A | B) ^ (~A) -> (A | ~B)".
[oota-llvm.git] / test / Transforms / InstCombine / 2012-12-14-simp-vgep.ll
2012-12-14 Nadav RotemFix a crash in ValueTracking on vectors of pointers.