Disable an xform we've had for a long time, pow(x,0.5) -> sqrt.
authorChris Lattner <sabre@nondot.org>
Thu, 10 Apr 2008 02:07:51 +0000 (02:07 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Apr 2008 02:07:51 +0000 (02:07 +0000)
commit0c1963099f350415a2d091ace8ff5f61b8592910
treef75b22a61bb4cf89e6d1b662487f215fdd276be5
parent5d4ed3ba1146adbee09362db94375ea7b900fb56
Disable an xform we've had for a long time, pow(x,0.5) -> sqrt.
This is not safe for all inputs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49458 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp