Skip to content

Commit

Permalink
8294262: AArch64: compiler/vectorapi/TestReverseByteTransforms.java t…
Browse files Browse the repository at this point in the history
…est failed on SVE machine

Reviewed-by: aph, njian
  • Loading branch information
e1iu committed Oct 11, 2022
1 parent 4b17d28 commit 9d116ec
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -37,8 +37,12 @@
/*
* @test
* @bug 8287794
* @summary Test various reverse bytes ideal transforms on X86(AVX2, AVX512) and AARCH64(NEON)
* @summary Test various reverse bytes ideal transforms on X86(AVX2, AVX512) and AArch64(NEON).
* For AArch64(SVE), we have a specific optimization,
* ReverseBytesV (ReverseBytesV X MASK) MASK => X, which eliminates both ReverseBytesV
* nodes. The test cases for AArch64(SVE) are in TestReverseByteTransformsSVE.java.
* @requires vm.compiler2.enabled
* @requires !(vm.cpu.features ~= ".*sve.*")
* @modules jdk.incubator.vector
* @library /test/lib /
* @run driver compiler.vectorapi.TestReverseByteTransforms
Expand Down

1 comment on commit 9d116ec

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.