Implement necessary bits for flt_rounds gcc builtin.
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 15 Nov 2007 23:25:33 +0000 (23:25 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 15 Nov 2007 23:25:33 +0000 (23:25 +0000)
commit917c2a6ff2cfcd1263a5dd80c54336754c553ace
tree0bdf888ec6dc60c6593bcce3ba60a8d446bcc9ed
parent5db1afb462b048bc10e0003db5a770ed960b2ddf
Implement necessary bits for flt_rounds gcc builtin.
Codegen bits and llvm-gcc support will follow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44182 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Intrinsics.td
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp