InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0
[oota-llvm.git] / test / Transforms / InstCombine / dom-conditions.ll
2015-03-10 Philip ReamesInfer known bits from dominating conditions