summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/pow-3.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+50
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-50/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* [SLC] Expand simplification of pow() for vector typesEvandro Menezes2018-08-131-1/+0
| | | | | | | | Also consider vector constants when simplifying `pow()`. Differential revision: https://reviews.llvm.org/D50035 llvm-svn: 339578
* [InstCombine] add tests to show disabling of libcall/intrinsic shrinking; NFCSanjay Patel2018-08-101-5/+44
| | | | llvm-svn: 339467
* Adds missing TLI check for library simplification ofMichael Kuperstein2013-08-191-0/+12
* pow(x, 0.5) -> fabs(sqrt(x)) * pow(2.0, x) -> exp2(x) llvm-svn: 188656
OpenPOWER on IntegriCloud