RFR: 8357304: [PPC64] C2: Implement MinV, MaxV and Reduction nodes [v2]

Martin Doerr mdoerr at openjdk.org
Thu May 22 09:51:52 UTC 2025


On Thu, 22 May 2025 09:10:12 GMT, David Linus Briemann <duke at openjdk.org> wrote:

>> The following nodes are added:
>> - MinV / MaxV
>> - AndV / OrV / XorV
>> - MinReductionV / MaxReductionV / AndReductionV / OrReductionV / XorReductionV
>> - AddReductionVI / MulReductionVI
>
> David Linus Briemann has updated the pull request incrementally with one additional commit since the last revision:
> 
>   remove TEMP_DEF effect for dst

LGTM. Thanks!

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25318#pullrequestreview-2860558528


More information about the hotspot-compiler-dev mailing list