RFR: 8255672: Replace PhaseTransform::eqv by pointer equality check [v2]
Claes Redestad
redestad at openjdk.java.net
Mon Nov 2 15:17:55 UTC 2020
On Mon, 2 Nov 2020 14:54:07 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> `PhaseTransform::eqv(n1, n2)` can be replaced by `n1 == n2`. Code in adlc also refers to it but already uses `==` instead.
>>
>> Thanks,
>> Tobias
>
> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>
> Added missing whitespace
Nice cleanup!
-------------
Marked as reviewed by redestad (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/999
More information about the hotspot-compiler-dev
mailing list