mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-19 23:05:28 +00:00
8361829: [TESTBUG] RISC-V: compiler/vectorization/runner/BasicIntOpTest.java fails with RVV but not Zvbb
Reviewed-by: fyang, fjiang
This commit is contained in:
parent
ee0d309bbd
commit
2e7e272d7b
@ -141,7 +141,7 @@ public class BasicIntOpTest extends VectorizationTestRunner {
|
||||
}
|
||||
|
||||
@Test
|
||||
@IR(applyIfCPUFeatureOr = {"asimd", "true", "avx2", "true", "rvv", "true"},
|
||||
@IR(applyIfCPUFeatureOr = {"asimd", "true", "avx2", "true", "zvbb", "true"},
|
||||
counts = {IRNode.POPCOUNT_VI, ">0"})
|
||||
public int[] vectorPopCount() {
|
||||
int[] res = new int[SIZE];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user