InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0
[oota-llvm.git] / test / Transforms / InstCombine / pr8547.ll
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2011-02-10 Chris LattnerEnhance a bunch of transformations in instcombine to...
2010-11-10 Dale JohannesenWhen checking that the necessary bits are zero in