RFR: 8284960: Integration of JEP 426: Vector API (Fourth Incubator) [v6]

Ningsheng Jian njian at openjdk.java.net
Thu May 19 08:57:07 UTC 2022


On Wed, 18 May 2022 23:22:42 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> Interesting. But AArch64 code does cover vector cases which just adds confusion.

`UsePopCountInsturction` is always true in AArch64. @XiaohongGong removed the `predicate` in aarch64 rules, and I think we can even remove the option check in match_rule_supported().

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

PR: https://git.openjdk.java.net/jdk/pull/8425


More information about the hotspot-compiler-dev mailing list