Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B.
[oota-llvm.git] / test / Transforms / InstCombine / and2.ll
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-02-11 Chris Lattnerconvert to filecheck.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2007-10-24 Chris LattnerImplement a couple of foldings for ordered and unordere...