Integrated: 8332153: RISC-V: enable tests and add comment for vector shift instruct (shared by vectorization and Vector API)
Hamlin Li
mli at openjdk.org
Tue May 21 12:37:08 UTC 2024
On Thu, 16 May 2024 11:12:09 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this patch?
> For vector shift instruct, some corresponding tests are not enabled, this is to enable them.
> And the way how vector shift instruct works is not clear, especially both vectorization (SLP in jdk) and Vector API share the same instruct's in riscv_v.ad, so also added some comment to clarify it.
>
> Thanks
This pull request has now been integrated.
Changeset: 5cf8288b
Author: Hamlin Li <mli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5cf8288b8071bdcf0c923dd7ba36f91bc7594ef3
Stats: 176 lines in 10 files changed: 173 ins; 0 del; 3 mod
8332153: RISC-V: enable tests and add comment for vector shift instruct (shared by vectorization and Vector API)
Reviewed-by: fyang
-------------
PR: https://git.openjdk.org/jdk/pull/19265
More information about the hotspot-compiler-dev
mailing list