RFR: 8352065: [PPC64] C2: Implement PopCountVL, CountLeadingZerosV and CountTrailingZerosV nodes [v2]
David Linus Briemann
duke at openjdk.org
Tue Mar 25 14:56:19 UTC 2025
On Fri, 21 Mar 2025 11:04:32 GMT, David Linus Briemann <duke at openjdk.org> wrote:
>> VectorCastL2X was not added due to bad performance and thus the bit count instructions are only vectorized for `int` but not for `long`.
>
> David Linus Briemann has updated the pull request incrementally with one additional commit since the last revision:
>
> disable TestVectorPopcountVectorLong on power again
Thanks for your reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24064#issuecomment-2751540103
More information about the hotspot-compiler-dev
mailing list