In various places throughout the code generator, there were special
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 29 Oct 2012 18:35:49 +0000 (18:35 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 29 Oct 2012 18:35:49 +0000 (18:35 +0000)
commit3abb34389d862f096c3581a7cd76d3888d74eaa0
tree8fb2a8c2f23b46fe4c8921d8b73d1919374412ee
parentee3e0fb63257c79773a5cccd7ddb6abbfa5bf5cd
In various places throughout the code generator, there were special
checks to avoid performing compile-time arithmetic on PPCDoubleDouble.

Now that APFloat supports arithmetic on PPCDoubleDouble, those checks
are no longer needed, and we can treat the type like any other.

llvm-svn: 166958
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/include/llvm/Constants.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
llvm/test/CodeGen/PowerPC/int-fp-conv-1.ll