Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] Expand usub_sat patterns to handle constants | David Green | 2019-11-30 | 1 | -19/+14 |
* | [InstCombine] Adjust usub_sat fold one use checks | David Green | 2019-11-30 | 1 | -10/+9 |
* | [InstCombine] More usub_sat tests. NFC. | David Green | 2019-11-30 | 1 | -0/+299 |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+160 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -160/+0 |
* | [InstCombine] Use uadd.sat and usub.sat for canonicalization | Nikita Popov | 2019-03-27 | 1 | -54/+36 |
* | [InstCombine] add unsigned saturation subtraction canonicalizations | Sanjay Patel | 2018-02-05 | 1 | -36/+51 |
* | [InstCombine] make sure tests are providing coverage for the stated pattern; NFC | Sanjay Patel | 2018-02-02 | 1 | -48/+68 |
* | [InstCombine] add baseline tests for unsigned saturated sub (D41480); NFC | Sanjay Patel | 2018-02-02 | 1 | -0/+143 |