RFR: 8278784: C2: Refactor PhaseIdealLoop::remix_address_expressions() so it operates on longs [v3]
Christian Hagedorn
chagedorn at openjdk.java.net
Wed Jan 5 16:22:11 UTC 2022
On Wed, 5 Jan 2022 16:07:58 GMT, Roland Westrelin <roland at openjdk.org> wrote:
>> The logic in PhaseIdealLoop::remix_address_expressions() that's
>> specific to int nodes apply equally to long nodes. This change
>> refactors that code so it applies to both integer types. This improves
>> performance on some of panama's micro-benchmarks.
>
> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>
> Christian's review
Marked as reviewed by chagedorn (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/6892
More information about the hotspot-compiler-dev
mailing list