make this actually test what it is trying to.
[oota-llvm.git] / test / Transforms / InstCombine / logical-select.ll
2008-11-16 Chris Lattnermake this actually test what it is trying to.
2008-10-30 Dan GohmanCanonicalize sext(i1) to i1?-1:0, and update various...
2008-10-28 Dan Gohman(A & sext(C)) | (B & ~sext(C) -> C ? A : B