summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/sub-not.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+145
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-145/+0
* [InstCombine] try to fold 'add+sub' to 'not+add'Sanjay Patel2018-07-291-8/+8
* [InstCombine] add tests for another sub-not variant; NFCSanjay Patel2018-07-291-0/+35
* [InstCombine] try to fold 'sub' to 'not'Sanjay Patel2018-07-281-4/+4
* [InstCombine] not(sub X, Y) --> add (not X), YSanjay Patel2018-07-271-4/+4
* [InstCombine] add tests for not+sub; NFCSanjay Patel2018-07-271-0/+110
OpenPOWER on IntegriCloud