diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/ctlz_zero_undef.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/ctlz_zero_undef.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/ctlz_zero_undef.ll b/llvm/test/CodeGen/AMDGPU/ctlz_zero_undef.ll index 16e1f2edd27..601f9236087 100644 --- a/llvm/test/CodeGen/AMDGPU/ctlz_zero_undef.ll +++ b/llvm/test/CodeGen/AMDGPU/ctlz_zero_undef.ll @@ -149,7 +149,7 @@ define void @v_ctlz_zero_undef_i64_trunc(i32 addrspace(1)* noalias %out, i64 add ; FUNC-LABEL: {{^}}v_ctlz_zero_undef_i32_sel_eq_neg1: ; SI: buffer_load_dword [[VAL:v[0-9]+]], ; SI: v_ffbh_u32_e32 [[RESULT:v[0-9]+]], [[VAL]] -; SI-NEXT: buffer_store_dword [[RESULT]], +; SI: buffer_store_dword [[RESULT]], define void @v_ctlz_zero_undef_i32_sel_eq_neg1(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind { %val = load i32, i32 addrspace(1)* %valptr %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone @@ -162,7 +162,7 @@ define void @v_ctlz_zero_undef_i64_trunc(i32 addrspace(1)* noalias %out, i64 add ; FUNC-LABEL: {{^}}v_ctlz_zero_undef_i32_sel_ne_neg1: ; SI: buffer_load_dword [[VAL:v[0-9]+]], ; SI: v_ffbh_u32_e32 [[RESULT:v[0-9]+]], [[VAL]] -; SI-NEXT: buffer_store_dword [[RESULT]], +; SI: buffer_store_dword [[RESULT]], define void @v_ctlz_zero_undef_i32_sel_ne_neg1(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %valptr) nounwind { %val = load i32, i32 addrspace(1)* %valptr %ctlz = call i32 @llvm.ctlz.i32(i32 %val, i1 true) nounwind readnone |