diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll b/llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll index 71b5fd9ba7a..93672ad37e8 100644 --- a/llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll +++ b/llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll @@ -239,7 +239,8 @@ define amdgpu_kernel void @v_cttz_i32_sel_ne_bitwidth(i32 addrspace(1)* noalias ; FUNC-LABEL: {{^}}v_cttz_i8_sel_eq_neg1: ; SI: {{buffer|flat}}_load_ubyte -; SI: v_ffbl_b32_e32 v{{[0-9]+}}, v{{[0-9]+}} +; SI-NOSDWA: v_ffbl_b32_e32 v{{[0-9]+}}, v{{[0-9]+}} +; SI-SDWA: v_ffbl_b32_sdwa ; EG: MEM_RAT MSKOR ; EG: FFBL_INT define amdgpu_kernel void @v_cttz_i8_sel_eq_neg1(i8 addrspace(1)* noalias %out, i8 addrspace(1)* nocapture readonly %arrayidx) nounwind { |