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

Abdelhak Zaaim duke at openjdk.org
Fri Oct 18 10:32:10 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)

Marked as reviewed by abdelhak-zaaim at github.com (no known OpenJDK username).

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

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


More information about the hotspot-compiler-dev mailing list