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

Fei Yang fyang at openjdk.org
Mon Oct 21 01:49:48 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)

This pull request has now been integrated.

Changeset: 76ae072a
Author:    Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/76ae072a1fec5f2af4ac4c633bc67a0c4c756a90
Stats:     10 lines in 1 file changed: 0 ins; 0 del; 10 mod

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

Reviewed-by: rehn, fjiang

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

PR: https://git.openjdk.org/jdk/pull/21576


More information about the hotspot-compiler-dev mailing list