aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2008-07-08-AndICmp.ll
AgeCommit message (Expand)Author
2008-08-06Reinstate this optimization, but without the miscompile. Thanks to Bill forNick Lewycky
2008-08-05Revert r53282. This was causing a miscompile on Linux. Also, the transformationBill Wendling
2008-07-09Fold (a < 8) && (b < 8) into (a|b) < 8 for unsigned less or greater than.Nick Lewycky