InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0
[oota-llvm.git] / test / Transforms / InstCombine / 2012-02-28-ICmp.ll
2012-02-29 Bill WendlingTestcase for r151691.