RFR: 8326983: Unused operands reported after JDK-8326135 [v4]

Vladimir Ivanov vlivanov at openjdk.org
Wed Mar 6 04:31:45 UTC 2024


On Tue, 5 Mar 2024 06:40:00 GMT, kuaiwei <duke at openjdk.org> wrote:

>> Remove all unused operands reported by adlc. I'm testing x86_64 and aarch64. So far no failure found in tier1.
>> I tried to clean unused operands for all platform. A special case is immLRot2 in arm, it's not used, but appeared in many todo comments. So I keep it.
>
> kuaiwei has updated the pull request incrementally with one additional commit since the last revision:
> 
>   1 check _disable_warnings in adlc 2 Fix error in arm_32.ad

Looks good.

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

Marked as reviewed by vlivanov (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18075#pullrequestreview-1918722448


More information about the hotspot-compiler-dev mailing list