summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/pow-3.ll
Commit message (Collapse)AuthorAge
* Adds missing TLI check for library simplification ofMichael Kuperstein2013-08-19
* pow(x, 0.5) -> fabs(sqrt(x)) * pow(2.0, x) -> exp2(x) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188656 91177308-0d34-0410-b5e6-96231b3b80d8