Integrated: 8353551: C2: Constant folding for ReverseBytes nodes

Hannes Greule hgreule at openjdk.org
Mon May 12 06:47:03 UTC 2025


On Wed, 2 Apr 2025 16:17:57 GMT, Hannes Greule <hgreule at openjdk.org> wrote:

> This change implements constant folding for ReverseBytes nodes.
> 
> Currently, `byteswap` is included transitively by `reverse_bits.hpp`. I'm not sure if this is fine or if I need to add an explicit include there.
> 
> I appreciate any reviews and comments.

This pull request has now been integrated.

Changeset: de801fea
Author:    Hannes Greule <hgreule at openjdk.org>
Committer: Emanuel Peter <epeter at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/de801fea76b1328f3bda503088618162388eb119
Stats:     235 lines in 3 files changed: 227 ins; 0 del; 8 mod

8353551: C2: Constant folding for ReverseBytes nodes

Reviewed-by: epeter, vlivanov

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

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


More information about the hotspot-compiler-dev mailing list