Integrated: 8357695: RISC-V: Move vector intrinsic condition checks into match_rule_supported_vector

Dingli Zhang dzhang at openjdk.org
Wed May 28 02:29:56 UTC 2025


On Mon, 26 May 2025 02:52:01 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:

> Hi all,
> Please take a look and review this PR, thanks!
> 
> Currently, the match_rule_supported function in riscv.ad contains checks for vector-related intrinsics (e.g., FmaVF, FmaVD, RoundVF, RoundVD). These checks can be centralized into the match_rule_supported_vector function in the riscv_v.ad file, ensuring consistent handling in their appropriate context.
> 
> ### Testing
> * [x]  Linux riscv64 server release build on SG2042

This pull request has now been integrated.

Changeset: 96fb31e2
Author:    Dingli Zhang <dzhang at openjdk.org>
Committer: Feilong Jiang <fjiang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/96fb31e2dbc16875c6c8183096cd03f30d0632ee
Stats:     29 lines in 2 files changed: 14 ins; 15 del; 0 mod

8357695: RISC-V: Move vector intrinsic condition checks into match_rule_supported_vector

Reviewed-by: fyang, fjiang

-------------

PR: https://git.openjdk.org/jdk/pull/25438


More information about the hotspot-compiler-dev mailing list