Integrated: JDK-8298880: VectorLogicalOpIdentityTest.java IR test incorrectly use avx3 instead of avx512
Damon Fenacci
duke at openjdk.org
Thu Feb 2 14:36:33 UTC 2023
On Wed, 1 Feb 2023 07:45:24 GMT, Damon Fenacci <duke at openjdk.org> wrote:
> A few tests of _compiler/vectorapi/VectorLogicalOpIdentityTest.java_ (`testAndMaskSameValue1`, `testAndMaskSameValue2`, `testAndMaskSameValue3`, `testOrMaskSameValue1`, `testOrMaskSameValue2`, and `testOrMaskSameValue3`) use _avx3_ in the `applyIfCPUFeatureOr` IR filter but the actual CPU extension filter is _avx512_.
>
> Changing _avx3_ to _avx512_ in the `applyIfCPUFeatureOr` filter.
This pull request has now been integrated.
Changeset: 5b1584b9
Author: Damon Fenacci <damon.fenacci at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5b1584b92c9a469dd5928ae9a795d5e823050229
Stats: 7 lines in 1 file changed: 1 ins; 0 del; 6 mod
8298880: VectorLogicalOpIdentityTest.java IR test incorrectly use avx3 instead of avx512
Reviewed-by: chagedorn, kvn, rcastanedalo
-------------
PR: https://git.openjdk.org/jdk/pull/12358
More information about the hotspot-compiler-dev
mailing list