Chris Lattner
|
c3f3b059d0
|
Handle the case where there is no "not". It is possible it got
folded into the select.
llvm-svn: 59389
|
2008-11-16 04:25:26 +00:00 |
Chris Lattner
|
645f60141b
|
make this actually test what it is trying to.
llvm-svn: 59386
|
2008-11-16 04:21:51 +00:00 |
Dan Gohman
|
13cbcf1c18
|
Canonicalize sext(i1) to i1?-1:0, and update various instcombine
optimizations accordingly.
llvm-svn: 58457
|
2008-10-30 20:40:10 +00:00 |
Dan Gohman
|
2c34c130bf
|
(A & sext(C)) | (B & ~sext(C) -> C ? A : B
llvm-svn: 58351
|
2008-10-28 22:38:57 +00:00 |