Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+191 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -191/+0 |
* | [InstCombine] peek through fdiv to find a squared sqrt | Sanjay Patel | 2019-04-08 | 1 | -34/+22 |
* | [InstCombine] add extra-use tests for fmul+sqrt; NFC | Sanjay Patel | 2019-04-08 | 1 | -0/+30 |
* | [InstCombine] add more tests for fmul+fdiv+sqrt; NFC | Sanjay Patel | 2019-04-05 | 1 | -2/+43 |
* | [InstCombine] add tests for sqrt+fdiv+fmul; NFC | Sanjay Patel | 2019-04-05 | 1 | -0/+43 |
* | [InstCombine] add nnan requirement for sqrt(x) * sqrt(y) -> sqrt(x*y) | Sanjay Patel | 2018-03-18 | 1 | -9/+25 |
* | [InstCombine] allow fmul-sqrt folds with less than full -ffast-math | Sanjay Patel | 2018-02-23 | 1 | -21/+27 |
* | [InstCombine] Missed optimization in math expression: squashing sqrt functions | Dmitry Venikov | 2018-01-02 | 1 | -0/+67 |