Rewrite sqrt and powi to use anyfloat. By popular demand.
authorDale Johannesen <dalej@apple.com>
Tue, 2 Oct 2007 17:43:59 +0000 (17:43 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 2 Oct 2007 17:43:59 +0000 (17:43 +0000)
commit9ab7fb3ba47442d521a5bed09a27a5e8e7a786ed
treeb23da219f3f8c1bb5cef7f93bb79892b765bfdf9
parentf09156837508435dc38c6827b552bcbddf6500c2
Rewrite sqrt and powi to use anyfloat.  By popular demand.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42537 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Intrinsics.td
lib/Analysis/ConstantFolding.cpp
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/CBackend/CBackend.cpp