aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/sign-test-and-or.ll
AgeCommit message (Expand)Author
2016-07-20minimize tests and auto-generate checksSanjay Patel
2014-02-11InstCombine: Teach icmp merging about the equivalence of bit tests and UGE/UL...Benjamin Kramer
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-01-09InstCombine: Teach foldLogOpOfMaskedICmpsHelper that sign bit tests are bit t...Benjamin Kramer
2012-01-08Tweak my last commit to be less conservative about uses.Benjamin Kramer
2012-01-08InstCombine: If we have a bit test and a sign test anded/ored together, merge...Benjamin Kramer
2011-03-29InstCombine: Add a few missing combines for ANDs and ORs of sign bit tests.Benjamin Kramer