RFR: JDK-8298880: VectorLogicalOpIdentityTest.java IR test incorrectly use avx3 instead of avx512

Damon Fenacci duke at openjdk.org
Wed Feb 1 09:03:42 UTC 2023


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.

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

Commit messages:
 - JDK-8298880: VectorLogicalOpIdentityTest.java IR test incorrectly use avx3 instead of avx512

Changes: https://git.openjdk.org/jdk/pull/12358/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12358&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8298880
  Stats: 7 lines in 1 file changed: 1 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/12358.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12358/head:pull/12358

PR: https://git.openjdk.org/jdk/pull/12358


More information about the hotspot-compiler-dev mailing list