Integrated: 8355239: RISC-V: Do not support subword scatter store
Fei Yang
fyang at openjdk.org
Wed Apr 23 02:13:48 UTC 2025
On Tue, 22 Apr 2025 02:47:02 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Hi, please consider this small enhancement change.
>
> Currently, only word and double-word gather load and scatter store are supported on riscv.
> Both subword gather load and scatter store are not supported due to constraint of riscv vector extension.
> [JDK-8331150](https://bugs.openjdk.org/browse/JDK-8331150) makes this constraint explicit for subword gather load.
> For parity and consistency, this also makes it explicit for subword scatter store as well.
>
> Testing: `jdk_vector` tested with QEMU vector extension.
This pull request has now been integrated.
Changeset: a8c6ff16
Author: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a8c6ff161c2c4f1dcf0f8588c9d007994c84e703
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
8355239: RISC-V: Do not support subword scatter store
Reviewed-by: mli, fjiang
-------------
PR: https://git.openjdk.org/jdk/pull/24787
More information about the hotspot-compiler-dev
mailing list