R600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of 64-bit operations
[oota-llvm.git] / test / CodeGen / R600 / ssubo.ll
index b330276ae9e76cf0d82eddf8d791bcd06b067f6c..066cdf5cd93fcea1521549bc6dd5cebc00978f38 100644 (file)
@@ -38,7 +38,7 @@ define void @v_ssubo_i32(i32 addrspace(1)* %out, i1 addrspace(1)* %carryout, i32
 }
 
 ; FUNC-LABEL: @s_ssubo_i64
-; SI: S_SUB_I32
+; SI: S_SUB_U32
 ; SI: S_SUBB_U32
 define void @s_ssubo_i64(i64 addrspace(1)* %out, i1 addrspace(1)* %carryout, i64 %a, i64 %b) nounwind {
   %ssub = call { i64, i1 } @llvm.ssub.with.overflow.i64(i64 %a, i64 %b) nounwind