Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] 'C-(C2-X) --> X+(C-C2)' constant-fold | Roman Lebedev | 2019-05-31 | 1 | -2/+2 |
* | [InstCombine] 'add (sub C1, X), C2 --> sub (add C1, C2), X' constant-fold | Roman Lebedev | 2019-05-31 | 1 | -18/+10 |
* | [NFC][InstCombine] Copy add/sub constant-folding tests from codegen | Roman Lebedev | 2019-05-31 | 1 | -0/+536 |