RFR: 8357695: RISC-V: Move vector intrinsic condition checks into match_rule_supported_vector [v3]
Dingli Zhang
dzhang at openjdk.org
Tue May 27 04:27:45 UTC 2025
> 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
Dingli Zhang has updated the pull request incrementally with one additional commit since the last revision:
Merge Op_RoundVF and Op_RoundVD
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25438/files
- new: https://git.openjdk.org/jdk/pull/25438/files/8256e0d7..2ee859b5
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25438&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25438&range=01-02
Stats: 5 lines in 1 file changed: 1 ins; 3 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/25438.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25438/head:pull/25438
PR: https://git.openjdk.org/jdk/pull/25438
More information about the hotspot-compiler-dev
mailing list