RFR: 8342579: RISC-V: C2: Cleanup effect of killing flag register for call instructs
Fei Yang
fyang at openjdk.org
Mon Oct 21 01:49:47 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)
Thanks all for the review!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21576#issuecomment-2425389391
More information about the hotspot-compiler-dev
mailing list