Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
SimplifyLibCalls.cpp
Find file
Blame
History
Permalink
Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is
· 5ffd5389
Dan Gohman
authored
Sep 25, 2009
typically faster then doing a general pow. llvm-svn: 82819
5ffd5389
Loading