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

David Briemann dbriemann at openjdk.org
Sat May 31 02:49:58 UTC 2025


On Tue, 20 May 2025 06:47:45 GMT, David Briemann <dbriemann at openjdk.org> wrote:

> The following nodes are added:
> - MinV / MaxV
> - AndV / OrV / XorV
> - MinReductionV / MaxReductionV / AndReductionV / OrReductionV / XorReductionV
> - AddReductionVI / MulReductionVI

This pull request has now been integrated.

Changeset: 061b24d4
Author:    David Briemann <dbriemann at openjdk.org>
Committer: SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/061b24d4f9d8635944683766532e9252c3ba0152
Stats:     213 lines in 6 files changed: 213 ins; 0 del; 0 mod

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

Reviewed-by: mdoerr, varadam

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

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


More information about the hotspot-compiler-dev mailing list