Integrated: 8321823: Remove redundant PhaseGVN transform_no_reclaim

Joshua Cao duke at openjdk.org
Fri Dec 15 00:38:51 UTC 2023


On Tue, 12 Dec 2023 00:37:19 GMT, Joshua Cao <duke at openjdk.org> wrote:

> `PhaseGVN::transform` is just a one line wrapper around `PhaseGVN::transform_no_reclaim`. Looking at the history, they had different functionality in 2008, but since have become the same thing. We prefer to keep `PhaseGVN::transform` because it has hundreds of callsites, while the other only has a few callsites that are shown in the PR.
> 
> Passes tier1 locally on my Linux machine.

This pull request has now been integrated.

Changeset: 6dfb8120
Author:    Joshua Cao <joshcao at amazon.com>
Committer: Y. Srinivas Ramakrishna <ysr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6dfb8120c270a76fcba5a5c3c9ad91da3282d5fa
Stats:     20 lines in 5 files changed: 0 ins; 7 del; 13 mod

8321823: Remove redundant PhaseGVN transform_no_reclaim

Reviewed-by: chagedorn, phh

-------------

PR: https://git.openjdk.org/jdk/pull/17071


More information about the hotspot-compiler-dev mailing list