summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/and-xor-or.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+343
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-343/+0
* [InstCombine] simplify code for A & (A ^ B) --> A & ~BSanjay Patel2018-07-311-1/+2
* [InstCombine] move/add tests for xor+add fold; NFCSanjay Patel2018-07-311-0/+94
* [InstCombine] add shift+logic tests (PR37098); NFCSanjay Patel2018-04-141-10/+234
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* Add instcombine patterns for the following transformations:Chad Rosier2012-04-261-0/+24
OpenPOWER on IntegriCloud