RFR: 8355796: RISC-V: compiler/vectorapi/AllBitsSetVectorMatchRuleTest.java fails after JDK-8355657 [v2]
Anjian-Wen
duke at openjdk.org
Tue Apr 29 03:06:36 UTC 2025
On Tue, 29 Apr 2025 02:55:27 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Anjian-Wen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix format
>
> src/hotspot/cpu/riscv/riscv_v.ad line 1289:
>
>> 1287: predicate(UseZvbb && Matcher::vector_element_basic_type(n) == T_BYTE);
>> 1288: match(Set dst_src1 (AndV (Binary dst_src1 (Replicate (XorI src2 m1))) v0));
>> 1289: format %{ "vand_not_vx_masked $dst_src1, $dst_src1, $src2, $v0" %}
>
> You might want to update `vand_not_vx_masked` to `vand_notB_vx_masked`.
thanks for pointing out.
fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24918#discussion_r2065324938
More information about the hotspot-compiler-dev
mailing list