mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-15 17:58:50 +00:00
fcopysign support
llvm-svn: 26640
This commit is contained in:
parent
7fcf238500
commit
78af2795b3
@ -262,6 +262,7 @@ def fcos : SDNode<"ISD::FCOS" , SDTFPUnaryOp>;
|
||||
|
||||
def fround : SDNode<"ISD::FP_ROUND" , SDTFPRoundOp>;
|
||||
def fextend : SDNode<"ISD::FP_EXTEND" , SDTFPExtendOp>;
|
||||
def fcopysign : SDNode<"ISD::FCOPYSIGN" , SDTFPBinOp>;
|
||||
|
||||
def sint_to_fp : SDNode<"ISD::SINT_TO_FP" , SDTIntToFPOp>;
|
||||
def uint_to_fp : SDNode<"ISD::UINT_TO_FP" , SDTIntToFPOp>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user