RFR: 8352065: [PPC64] C2: Implement PopCountVL, CountLeadingZerosV and CountTrailingZerosV nodes [v2]
Martin Doerr
mdoerr at openjdk.org
Fri Mar 21 11:40:22 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
LTGM. Thanks!
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24064#pullrequestreview-2705628283
More information about the hotspot-compiler-dev
mailing list