Add mod, copysign, abs operations to APFloat.
authorDale Johannesen <dalej@apple.com>
Fri, 31 Aug 2007 23:34:27 +0000 (23:34 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 31 Aug 2007 23:34:27 +0000 (23:34 +0000)
commitc4dd3c3b519aa2c2ed26ce03a4b1fbb992efeaca
treeac0eb685f19e086a27ab59d3fe86795fec4fc977
parentfadfb5b102a3b8619ada0c53091c3b0acbde432b
Add mod, copysign, abs operations to APFloat.
Implement some constant folding in SelectionDAG and
DAGCombiner using APFloat.  Remove double versions
of constructor and getValue from ConstantFPSDNode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41664 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp