Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B.
[oota-llvm.git] / test / Transforms / InstCombine / 2010-03-03-ExtElim.ll
2010-03-04 Nick LewyckyMake the 'icmp pred trunc(ext(X)), CST --> icmp pred...