RFR: 8302453: RISCV: Add support for small width vector operations [v6]
Gui Cao
gcao at openjdk.org
Sat Feb 18 06:55:46 UTC 2023
On Sat, 18 Feb 2023 06:28:08 GMT, Fei Yang <fyang at openjdk.org> wrote:
> We can make use of 'vsetivli' instruction when the number of elements to be processed is not bigger than 31. That will help save one 'mv' instruction in this case.
Thanks, it has been fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/12553
More information about the hotspot-compiler-dev
mailing list