RFR: 8255672: Replace PhaseTransform::eqv by pointer equality check [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Mon Nov 2 18:49:54 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
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/999
More information about the hotspot-compiler-dev
mailing list