RFR: 8342579: RISC-V: C2: Cleanup effect of killing flag register for call instructs

Feilong Jiang fjiang at openjdk.org
Fri Oct 18 07:59:07 UTC 2024


On Fri, 18 Oct 2024 02:24:16 GMT, Fei Yang <fyang at openjdk.org> wrote:

> Previously found and discussed at: https://github.com/openjdk/jdk/pull/21406#discussion_r1803232561
> For C2 call nodes, it's not necessary to add effect listing flag register as being killed.
> This cleans them up and thus aligns with other CPU platforms.
> 
> Testing on linux-riscv64:
> - [x] Tier1 (release build)

Looks reasonable. Thanks for the cleanups!

-------------

Marked as reviewed by fjiang (Committer).

PR Review: https://git.openjdk.org/jdk/pull/21576#pullrequestreview-2377301574


More information about the hotspot-compiler-dev mailing list