RFR: 8309332: RISC-V: Improve PrintOptoAssembly output of vector nodes [v2]

Gui Cao gcao at openjdk.org
Sat Jun 3 02:40:06 UTC 2023


On Fri, 2 Jun 2023 09:31:35 GMT, Fei Yang <fyang at openjdk.org> wrote:

>> Gui Cao has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update vneg/vfneg instruct format
>
> src/hotspot/cpu/riscv/riscv_v.ad line 344:
> 
>> 342:   match(Set dst_src1 (AddVL (Binary dst_src1 src2) v0));
>> 343:   ins_cost(VEC_COST);
>> 344:   format %{ "vadd_masked $dst_src1, $src2, $v0" %}
> 
> Suggestion: `format %{ "vadd_masked $dst_src1, $dst_src1, $src2, $v0" %}`

Thanks for the review, and has been fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14279#discussion_r1215137062


More information about the hotspot-compiler-dev mailing list