OSDN Git Service

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)
commite669c930a61dd56891df2f9822966ecb173c8072
tree53ff745488557829caca914c70c8635200cd6e69
parent159c735f7b8c4ec441780abcfccbe66f14346543
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166958 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Constants.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
test/CodeGen/PowerPC/int-fp-conv-1.ll