RFR: 8302908: RISC-V: Support masked vector arithmetic instructions for Vector API [v14]
Dingli Zhang
dzhang at openjdk.org
Tue Apr 11 08:26:38 UTC 2023
On Tue, 11 Apr 2023 02:48:55 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Dingli Zhang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove unneeded combination nodes
>
> src/hotspot/cpu/riscv/riscv_v.ad line 162:
>
>> 160: instruct vmaskcmp(vRegMask dst, vReg src1, vReg src2, immI cond) %{
>> 161: match(Set dst (VectorMaskCmp (Binary src1 src2) cond));
>> 162: format %{ "vmaskcmp_rvv $dst, $src1, $src2, $cond" %}
>
> Suggestion: s/vmaskcmp_rvv/vmaskcmp/
Thanks for the review! We will fix it in the next commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12682#discussion_r1162467441
More information about the hotspot-compiler-dev
mailing list