diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/mul.ll')
-rw-r--r-- | llvm/test/CodeGen/RISCV/mul.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/mul.ll b/llvm/test/CodeGen/RISCV/mul.ll index 2448580d398..9bf95bece61 100644 --- a/llvm/test/CodeGen/RISCV/mul.ll +++ b/llvm/test/CodeGen/RISCV/mul.ll @@ -247,8 +247,8 @@ define i32 @mulhs(i32 %a, i32 %b) nounwind { ; ; RV64IM-LABEL: mulhs: ; RV64IM: # %bb.0: -; RV64IM-NEXT: sext.w a0, a0 ; RV64IM-NEXT: sext.w a1, a1 +; RV64IM-NEXT: sext.w a0, a0 ; RV64IM-NEXT: mul a0, a0, a1 ; RV64IM-NEXT: srli a0, a0, 32 ; RV64IM-NEXT: ret |