RFR: 8353842: C2: Add graph dumps before and after loop opts phase [v3]
Christian Hagedorn
chagedorn at openjdk.org
Wed Apr 9 05:39:25 UTC 2025
On Tue, 8 Apr 2025 14:10:42 GMT, Manuel Hässig <duke at openjdk.org> wrote:
>> This PR adds graph dumps before and after loop optimizations, but only if the compiled method actually contains loops. This helps to distinguish loop optimizations in IGV and to match loop related nodes like opaque template assertion predicates.
>>
>> I tested this by compiling a few test methods and looking at the ideal graph. Also, I ran tier1 through tier3 and Oracle internal testing.
>
> Manuel Hässig has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix capitalization
Update looks good, thanks!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24509#pullrequestreview-2752094637
More information about the hotspot-compiler-dev
mailing list