Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] Sink sub into hands of select if one hand becomes zero. Part 2 ... | Roman Lebedev | 2020-01-04 | 1 | -16/+10 |
* | [InstCombine] Sink sub into hands of select if one hand becomes zero (PR44426) | Roman Lebedev | 2020-01-04 | 1 | -16/+10 |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+355 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -355/+0 |
* | [InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A | David Green | 2018-10-02 | 1 | -31/+27 |
* | [InstCombine] Tests for ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A. NFC | David Green | 2018-10-02 | 1 | -0/+359 |