[RISC-V][JIT] Fix arithmetics (#86996)
authorDong-Heon Jung <clamp03@gmail.com>
Tue, 6 Jun 2023 08:10:04 +0000 (17:10 +0900)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 08:10:04 +0000 (10:10 +0200)
commitf026bb09aa572d51945ba9204d681923ae89a60a
tree4d99f3a3f53c7eeb82c9df38a187c0fc1609f09f
parente96321db982c3add192381f6ea4ff0a999ee1410
[RISC-V][JIT] Fix arithmetics (#86996)

* [RISC-V][JIT] Fix multiplication instruction

* [RISC-V][JIT] Fix a test failure

- value_numbering_checked_arithmetic_with_constants_ro
src/coreclr/jit/codegenriscv64.cpp
src/coreclr/jit/emitriscv64.cpp
src/coreclr/jit/lowerriscv64.cpp