On Fri, 9 May 2025 09:37:22 GMT, erifan <d...@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