RFR: 8357695: RISC-V: Move vector intrinsic condition checks into match_rule_supported_vector
Dingli Zhang
dzhang at openjdk.org
Mon May 26 15:11:51 UTC 2025
On Mon, 26 May 2025 13:14:55 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:
> Ah, turns out `Op_EncodeISOArray` and its friends are checked only in `match_rule_supported`, so we can not move them.
Thanks for review!
I think you're right, we don't need move this part. They are not vector operators and do not invoke `Matcher::match_rule_supported_vector`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25438#discussion_r2107531462
More information about the hotspot-compiler-dev
mailing list