RFR: 8269725: AArch64: Add VectorMask query implementation for NEON [v2]

Ningsheng Jian njian at openjdk.java.net
Fri Jul 9 03:09:50 UTC 2021


On Thu, 8 Jul 2021 10:47:36 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

> Seems `negr` is also needless for `lasttrue`, since `7 >> 3 == 0` ?

Yeah. And the in-reg mask representation of these VectorMaskOp nodes (0/1) are different from anytrue/alltrue (VectorTest, 0/-1), which looks a bit confusing.

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

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


More information about the hotspot-compiler-dev mailing list