Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+145 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -145/+0 |
* | [InstCombine] try to fold 'add+sub' to 'not+add' | Sanjay Patel | 2018-07-29 | 1 | -8/+8 |
* | [InstCombine] add tests for another sub-not variant; NFC | Sanjay Patel | 2018-07-29 | 1 | -0/+35 |
* | [InstCombine] try to fold 'sub' to 'not' | Sanjay Patel | 2018-07-28 | 1 | -4/+4 |
* | [InstCombine] not(sub X, Y) --> add (not X), Y | Sanjay Patel | 2018-07-27 | 1 | -4/+4 |
* | [InstCombine] add tests for not+sub; NFC | Sanjay Patel | 2018-07-27 | 1 | -0/+110 |