Skip to content

Commit 9d116ec

Browse files
committed
8294262: AArch64: compiler/vectorapi/TestReverseByteTransforms.java test failed on SVE machine
Reviewed-by: aph, njian
1 parent 4b17d28 commit 9d116ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/hotspot/jtreg/compiler/vectorapi/TestReverseByteTransforms.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,12 @@
3737
/*
3838
* @test
3939
* @bug 8287794
40-
* @summary Test various reverse bytes ideal transforms on X86(AVX2, AVX512) and AARCH64(NEON)
40+
* @summary Test various reverse bytes ideal transforms on X86(AVX2, AVX512) and AArch64(NEON).
41+
* For AArch64(SVE), we have a specific optimization,
42+
* ReverseBytesV (ReverseBytesV X MASK) MASK => X, which eliminates both ReverseBytesV
43+
* nodes. The test cases for AArch64(SVE) are in TestReverseByteTransformsSVE.java.
4144
* @requires vm.compiler2.enabled
45+
* @requires !(vm.cpu.features ~= ".*sve.*")
4246
* @modules jdk.incubator.vector
4347
* @library /test/lib /
4448
* @run driver compiler.vectorapi.TestReverseByteTransforms

0 commit comments

Comments
 (0)