RFR: 8284960: Integration of JEP 426: Vector API (Fourth Incubator) [v6]
Vladimir Ivanov
vlivanov at openjdk.java.net
Wed May 18 23:25:42 UTC 2022
On Fri, 13 May 2022 08:24:21 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> LUT should be generated only if UsePopCountInsturction is false
Should there be `!UsePopCountInsturction` check then?
> restrict the scope of flag to only scalar popcount operation
Interesting. But AArch64 code does cover vector cases which just adds confusion.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8425
More information about the hotspot-compiler-dev
mailing list