[jdk20] RFR: 8299715: IR test: VectorGatherScatterTest.java fails with SVE randomly

Xiaohong Gong xgong at openjdk.org
Tue Jan 10 06:08:53 UTC 2023


On Tue, 10 Jan 2023 04:11:05 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> IIUC the API will generate a check even if the hardware supports the masked operation. I believe this is less efficient, we should fall back to a check and an unmasked operation in the optimistic cases only if the masked operation is not supported.
> 
> Thanks.

Yes, this is an candidate optimization to me. We also planed to some improvement for such checks on SVE/AVX-512. Thanks.

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

PR: https://git.openjdk.org/jdk20/pull/90


More information about the hotspot-compiler-dev mailing list