RFR: 8367292: VectorAPI: Optimize VectorMask.fromLong/toLong() for SVE [v5]

Xiaohong Gong xgong at openjdk.org
Fri Nov 7 01:30:13 UTC 2025


On Thu, 6 Nov 2025 16:25:49 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

> > Hi @PaulSandoz , @sviswa7, would you mind taking look at the changes on jdk.incubator.vector tests part? It would be more helpful if I can get any feedback from you. Thanks a lot in advance!
> 
> I recommend reverting changes to the smoke test, as i don't think that is sufficient. Since you already have IR tests in place we can follow up with a proper set of unit tests operating over long arrays like we do for boolean and with various mask operations. If you log the follow up issue i might be able to find someone else to write those tests.

Sounds reasonable to me @PaulSandoz ! I will revert the smoke tests in next commit. And I'v filed another JBS as a follow-up for the unit tests: https://bugs.openjdk.org/browse/JDK-8371446. Thanks a lot!

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

PR Comment: https://git.openjdk.org/jdk/pull/27481#issuecomment-3500073516


More information about the hotspot-compiler-dev mailing list