Implement more support for fp-to-i128 and i128-to-fp conversions.
authorDan Gohman <gohman@apple.com>
Mon, 10 Mar 2008 23:03:31 +0000 (23:03 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 10 Mar 2008 23:03:31 +0000 (23:03 +0000)
commita2e9485e34f1348526ed104dbdc194673e291077
tree0e06fcf819cf910580f4df1f58bb6101f6114bf6
parent82e4289fc7fed755442c215e9d3175c1badb831e
Implement more support for fp-to-i128 and i128-to-fp conversions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48189 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RuntimeLibcalls.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
test/CodeGen/PowerPC/int-fp-conv.ll [new file with mode: 0644]
test/CodeGen/PowerPC/itofp128.ll [new file with mode: 0644]