Integrated: 8290511: compiler/vectorapi/TestMaskedMacroLogicVector.java fails IR verification
Jie Fu
jiefu at openjdk.org
Tue Jul 19 22:55:46 UTC 2022
On Tue, 19 Jul 2022 15:04:38 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> Please review this trivial patch which fixes the TestMaskedMacroLogicVector.java failure when `-XX:UseSSE < 4` on AVX512 machines.
>
> The reason is that masked `AndV` requires `Op_VectorBlend`.
> However, `Op_VectorBlend` is not supported when `UseSSE < 4`.
>
> So part of the sub-tests (which check the masked `AndV > 0`) should be skipped when `UseSSE < 4`
>
> Thanks.
> Best regards,
> Jie
This pull request has now been integrated.
Changeset: 43588648
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/43588648cacaa79a586ace8540dfe43eb64f9a46
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8290511: compiler/vectorapi/TestMaskedMacroLogicVector.java fails IR verification
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/9559
More information about the hotspot-compiler-dev
mailing list