On Sun, 5 Dec 2021 03:26:11 GMT, Yadong Wang <yadongwang@openjdk.org> wrote:
There are two instructs for DecodeNKlass in C2, and the difference is only that which temporary register operand is used by them, xheapbase, t0 or t1. It's too complicated and the effect is almost invisible. So we just simplify the pattern by using a temporary register from the register allocation. Hotspot and jdk tier1 passed on the unmatched board. And all jtreg tests were tested on qemu without new failures.
Yadong Wang has updated the pull request incrementally with one additional commit since the last revision:
8278192: riscv: remove unnecessary instruct of DecodeNKlass in C2 (2)
Looks good. ------------- Marked as reviewed by fyang (Lead). PR: https://git.openjdk.java.net/riscv-port/pull/22