RFR: 8299847: RISC-V: Improve PrintOptoAssembly output of CMoveI/L nodes [v2]
Feilong Jiang
fjiang at openjdk.org
Tue Jan 10 14:19:55 UTC 2023
On Tue, 10 Jan 2023 13:37:34 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Witnessed some incorrect/strange branch condition code in -PrintOptoAssembly output on RISC-V which is quite misleading. While this won't affect release build, we should fix this for debug build. This also bumps the BRANCH_COST a little bit as I think control transfer instructions should have higher cost than regular integer computational instructions.
>>
>> Testing: Tier1 tested on HiFive Unmatched board.
>
> Fei Yang has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix
LGTM, thanks.
-------------
Marked as reviewed by fjiang (Author).
PR: https://git.openjdk.org/jdk/pull/11919
More information about the hotspot-compiler-dev
mailing list