RFR: 8357695: RISC-V: Move vector intrinsic condition checks into match_rule_supported_vector [v4]
Dingli Zhang
dzhang at openjdk.org
Tue May 27 07:06: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:
Fix typo
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25438/files
- new: https://git.openjdk.org/jdk/pull/25438/files/2ee859b5..7a0e10df
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25438&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25438&range=02-03
Stats: 1 line in 1 file changed: 0 ins; 0 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