diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/sub.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/sub.ll | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/R600/sub.ll b/llvm/test/CodeGen/R600/sub.ll index bcdb53e6874..2bbc0cf3771 100644 --- a/llvm/test/CodeGen/R600/sub.ll +++ b/llvm/test/CodeGen/R600/sub.ll @@ -7,8 +7,8 @@ declare i32 @llvm.r600.read.tidig.x() readnone ;EG: SUB_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} ;EG: SUB_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} -;SI: V_SUB_I32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} -;SI: V_SUB_I32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} +;SI: v_sub_i32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} +;SI: v_sub_i32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} define void @test2(<2 x i32> addrspace(1)* %out, <2 x i32> addrspace(1)* %in) { %b_ptr = getelementptr <2 x i32> addrspace(1)* %in, i32 1 @@ -25,10 +25,10 @@ define void @test2(<2 x i32> addrspace(1)* %out, <2 x i32> addrspace(1)* %in) { ;EG: SUB_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} ;EG: SUB_INT {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} -;SI: V_SUB_I32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} -;SI: V_SUB_I32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} -;SI: V_SUB_I32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} -;SI: V_SUB_I32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} +;SI: v_sub_i32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} +;SI: v_sub_i32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} +;SI: v_sub_i32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} +;SI: v_sub_i32_e32 v{{[0-9]+, v[0-9]+, v[0-9]+}} define void @test4(<4 x i32> addrspace(1)* %out, <4 x i32> addrspace(1)* %in) { %b_ptr = getelementptr <4 x i32> addrspace(1)* %in, i32 1 @@ -40,8 +40,8 @@ define void @test4(<4 x i32> addrspace(1)* %out, <4 x i32> addrspace(1)* %in) { } ; FUNC-LABEL: {{^}}s_sub_i64: -; SI: S_SUB_U32 -; SI: S_SUBB_U32 +; SI: s_sub_u32 +; SI: s_subb_u32 ; EG-DAG: SETGE_UINT ; EG-DAG: CNDE_INT @@ -55,8 +55,8 @@ define void @s_sub_i64(i64 addrspace(1)* noalias %out, i64 %a, i64 %b) nounwind } ; FUNC-LABEL: {{^}}v_sub_i64: -; SI: V_SUB_I32_e32 -; SI: V_SUBB_U32_e32 +; SI: v_sub_i32_e32 +; SI: v_subb_u32_e32 ; EG-DAG: SETGE_UINT ; EG-DAG: CNDE_INT |