-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 24
-
Component/s: hotspot
-
b16
-
riscv
`vsetvli(x0, failedIdx, Assembler::e8, lmul, Assembler::mu, Assembler::tu);` => remove mu/tu
`beq(failedIdx, minusOne, NoFailure);` => remove minusOne, bltz
jump to end when failedIdx, which means no data to process.
`beq(failedIdx, minusOne, NoFailure);` => remove minusOne, bltz
jump to end when failedIdx, which means no data to process.
- links to
-
Commit(master)
openjdk/jdk/ae39a660
-
Review(master)
openjdk/jdk/21059