InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-08-StrLenSink.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2008-05-08 Chris LattnerMore than just loads can read from memory: readonly...