8361829: [TESTBUG] RISC-V: compiler/vectorization/runner/BasicIntOpTest.java fails with RVV but not Zvbb

Reviewed-by: fyang, fjiang
This commit is contained in:
Dingli Zhang 2025-07-11 02:40:33 +00:00 committed by Feilong Jiang
parent ee0d309bbd
commit 2e7e272d7b

View File

@ -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];