diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/mul.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/mul.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/mul.ll b/llvm/test/CodeGen/AMDGPU/mul.ll index b35eefaaa07..a3d05d10b4a 100644 --- a/llvm/test/CodeGen/AMDGPU/mul.ll +++ b/llvm/test/CodeGen/AMDGPU/mul.ll @@ -221,11 +221,11 @@ endif: ; SI-DAG: v_mul_hi_u32 ; VI: s_mul_i32 -; VI: v_mad_u64_u32 +; VI: v_mul_hi_u32 ; VI: s_mul_i32 ; VI: v_mul_hi_u32 ; VI: v_mad_u64_u32 -; VI: v_mul_hi_u32 +; VI: v_mad_u64_u32 ; VI: v_mad_u64_u32 |