We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e9784 commit ac9da7eCopy full SHA for ac9da7e
test/hotspot/jtreg/compiler/loopopts/superword/TestGeneralizedReductions.java
@@ -160,13 +160,13 @@ private static long testReductionOnPartiallyUnrolledLoopWithSwappedInputs(long[]
160
161
@Test
162
@IR(applyIfCPUFeatureOr = {"avx2", "true"},
163
- applyIfAnd = {"SuperWordReductions", "true","UsePopCountInstruction", "true"},
+ applyIfAnd = {"SuperWordReductions", "true", "UsePopCountInstruction", "true"},
164
applyIfPlatform = {"64-bit", "true"},
165
counts = {IRNode.ADD_REDUCTION_VI, ">= 1",
166
IRNode.POPCOUNT_VL, ">= 1"})
167
@IR(applyIfPlatform = {"riscv64", "true"},
168
applyIfCPUFeatureOr = {"zvbb", "true"},
169
+ applyIfAnd = {"SuperWordReductions", "true", "UsePopCountInstruction", "true", "MaxVectorSize", ">=32"},
170
171
172
private static long testMapReductionOnGlobalAccumulator(long[] array) {
0 commit comments