summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/icmp-logical.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+910
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-910/+0
* [InstCombine] icmp-logical.ll: restore the original intention of the test.Roman Lebedev2018-07-121-12/+8
* [InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y)Roman Lebedev2018-07-121-2/+4
* [InstCombine] Fold x & (-1 >> y) == x to x u<= (-1 >> y)Roman Lebedev2018-07-111-2/+4
* [NFC][InstCombine] icmp-logical.ll: add a few more tests.Roman Lebedev2018-07-111-0/+30
* [NFC][InstCombine] Add variable names and regenerate icmp-logical.ll test.Roman Lebedev2018-07-111-422/+423
* Simplify more cases of logical ops of masked icmps.Hiroshi Yamauchi2018-03-131-0/+694
* [InstCombine] convert bitwise (in)equality checks to logical ops (PR32401)Sanjay Patel2017-07-141-8/+6
* [InstCombine] add tests for PR32401; NFCSanjay Patel2017-07-141-0/+36
* [InstCombine] auto-generate complete test checks; NFCSanjay Patel2017-07-141-76/+55
* InstCombine: Fold away tautological masked comparesDavid Majnemer2014-11-181-0/+20
* InstCombine: allow unmasked icmps to be combined with logical opsTim Northover2013-09-041-0/+30
* InstCombine: look for masked compares with subset relationTim Northover2013-09-041-0/+122
OpenPOWER on IntegriCloud