summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/fmul-sqrt.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+191
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-191/+0
* [InstCombine] peek through fdiv to find a squared sqrtSanjay Patel2019-04-081-34/+22
* [InstCombine] add extra-use tests for fmul+sqrt; NFCSanjay Patel2019-04-081-0/+30
* [InstCombine] add more tests for fmul+fdiv+sqrt; NFCSanjay Patel2019-04-051-2/+43
* [InstCombine] add tests for sqrt+fdiv+fmul; NFCSanjay Patel2019-04-051-0/+43
* [InstCombine] add nnan requirement for sqrt(x) * sqrt(y) -> sqrt(x*y)Sanjay Patel2018-03-181-9/+25
* [InstCombine] allow fmul-sqrt folds with less than full -ffast-mathSanjay Patel2018-02-231-21/+27
* [InstCombine] Missed optimization in math expression: squashing sqrt functionsDmitry Venikov2018-01-021-0/+67
OpenPOWER on IntegriCloud