Add two new calling conventions for runtime calls
[oota-llvm.git] / lib / Target / R600 / AMDGPUInstrInfo.td
index c0d757e275854d06a9b191bf3bcfd25437f2c967..fccede01ab9b250ffcb97ba37eccddbabeba5a42 100644 (file)
@@ -83,3 +83,6 @@ def AMDGPUregister_store : SDNode<"AMDGPUISD::REGISTER_STORE",
 def AMDGPUstore_mskor : SDNode<"AMDGPUISD::STORE_MSKOR",
                         SDTypeProfile<0, 2, []>,
                         [SDNPHasChain, SDNPMayStore, SDNPMemOperand]>;
+
+def AMDGPUround : SDNode<"ISD::FROUND",
+                         SDTypeProfile<1, 1, [SDTCisFP<0>, SDTCisSameAs<0,1>]>>;