File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
test/hotspot/jtreg/compiler/vectorapi Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 37
37
/*
38
38
* @test
39
39
* @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.
41
44
* @requires vm.compiler2.enabled
45
+ * @requires !(vm.cpu.features ~= ".*sve.*")
42
46
* @modules jdk.incubator.vector
43
47
* @library /test/lib /
44
48
* @run driver compiler.vectorapi.TestReverseByteTransforms
You can’t perform that action at this time.
0 commit comments