Integrated: 8354383: C2: enable sinking of Type nodes out of loop
Roland Westrelin
roland at openjdk.org
Tue Jun 10 14:21:39 UTC 2025
On Thu, 22 May 2025 15:53:18 GMT, Roland Westrelin <roland at openjdk.org> wrote:
> `PhaseIdealLoop::try_sink_out_of_loop()` excludes `Type` nodes because
> we ran into some issues where a `Type` node is sunk and then becomes
> `top` but the control path of its uses doesn't become unreachable.
>
> 8349479 should have fixed that so that exception no longer makes
> sense.
This pull request has now been integrated.
Changeset: a2f99fd8
Author: Roland Westrelin <roland at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a2f99fd88bd03337e1ba73b413ffe4e39f3584cf
Stats: 7 lines in 1 file changed: 6 ins; 0 del; 1 mod
8354383: C2: enable sinking of Type nodes out of loop
Reviewed-by: chagedorn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/25396
More information about the hotspot-compiler-dev
mailing list