Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
authorMon P Wang <wangmp@apple.com>
Mon, 10 Nov 2008 20:54:11 +0000 (20:54 +0000)
committerMon P Wang <wangmp@apple.com>
Mon, 10 Nov 2008 20:54:11 +0000 (20:54 +0000)
commit77cdf30742284a173fe818417eb482224cdee8d4
tree85e9f5e4a16e6f242ff2de8678391d828b213d45
parentcf1f23f6e31a869e7742cf28b5497ca15ef74846
Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to
support targets that support these conversions. Users should avoid using
this node as the current targets don't generating code for it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59001 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Intrinsics.td
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/Target/TargetSelectionDAG.td