InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.
[oota-llvm.git] / test / Transforms / InstCombine / strlen-2.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-10-31 Meador Ingeinstcombine: Migrate strlen optimizations