RFR: 8333434: IGV: Print loop node for PHASE_BEFORE/AFTER_CLOOPS
Christian Hagedorn
chagedorn at openjdk.org
Mon Jun 3 13:13:02 UTC 2024
On Mon, 3 Jun 2024 13:01:10 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> This simple patch adds loop nodes for `PHASE_BEFORE_CLOOPS` (the `LoopNode` to be converted) and `PHASE_AFTER_CLOOPS` (the newly created `CountedLoopNode`) in IGV:
>>
>> Before patch:
>> 
>>
>> With patch:
>> 
>>
>> Thanks,
>> Christian
>
> Looks good and trivial.
Thanks @TobiHartmann and @robcasloz for your quick reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19524#issuecomment-2145167181
More information about the hotspot-compiler-dev
mailing list