RFR: 8353551: C2: Constant folding for ReverseBytes nodes [v6]
Hannes Greule
hgreule at openjdk.org
Mon May 12 06:39:51 UTC 2025
On Fri, 25 Apr 2025 08:55:30 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.
>
> Hannes Greule has updated the pull request incrementally with one additional commit since the last revision:
>
> correct driver path
Thanks for your reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24382#issuecomment-2871052562
More information about the hotspot-compiler-dev
mailing list