RFR: 8354242: VectorAPI: combine vector not operation with compare [v5]
erifan
duke at openjdk.org
Wed May 14 02:44:14 UTC 2025
On Fri, 9 May 2025 09:37:22 GMT, erifan <duke at openjdk.org> wrote:
>> Yes, converting `VectorMask.fromLong(SPECIES, -1L)` to `MaskAll()` would be better, and that will benefit AArch64 as well, since `MaskAll()` is much more cheaper than `fromLong()` on AArch64. We can add such a transformation with another PR.
>
> Ok, I'll extend the test to xor(maskAll(true) in the next commit, thanks!
Done, thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24674#discussion_r2087927027
More information about the core-libs-dev
mailing list