Integrated: 8338844: C2: remove useless code in PhaseIdealLoop::place_outside_loop() after 8335709
Roland Westrelin
roland at openjdk.org
Mon Aug 26 07:35:08 UTC 2024
On Thu, 22 Aug 2024 15:26:40 GMT, Roland Westrelin <roland at openjdk.org> wrote:
> This removes code that shouldn't be necessary now that the
> NeverBranch/CProj nodes are assigned the correct loop. I proposed this
> initially as part of https://github.com/openjdk/jdk/pull/20334 where
> the recommendation was to take care of it separately to make
> backports easier.
This pull request has now been integrated.
Changeset: ce83f6af
Author: Roland Westrelin <roland at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ce83f6af64efd673b83c945765f68e8a3bf89774
Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
8338844: C2: remove useless code in PhaseIdealLoop::place_outside_loop() after 8335709
Reviewed-by: chagedorn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/20678
More information about the hotspot-compiler-dev
mailing list