RFR: 8357695: RISC-V: Move vector intrinsic condition checks into match_rule_supported_vector [v4]
Dingli Zhang
dzhang at openjdk.org
Wed May 28 02:11:03 UTC 2025
On Tue, 27 May 2025 07:06:45 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
>
> Dingli Zhang has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix typo
Thanks all for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25438#issuecomment-2914664284
More information about the hotspot-compiler-dev
mailing list