RFR: JDK-8315279: Factor 'basic_plus_adr' out of PhaseMacroExpand and delete make_load/store [v3]

Cesar Soares Lucas cslucas at openjdk.org
Thu Aug 31 16:05:32 UTC 2023


> I believe the factory methods for AddPNode should be in the AddPNode class. The make_load / make_store methods in PhaseMacroExpand can be refactored to instead just use the "make" methods from Load/Store classes.
> 
> Tested with tier1-3.

Cesar Soares Lucas has updated the pull request incrementally with one additional commit since the last revision:

  Use reference instead of pointer.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15480/files
  - new: https://git.openjdk.org/jdk/pull/15480/files/5d988b01..c4205846

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15480&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15480&range=01-02

  Stats: 30 lines in 7 files changed: 0 ins; 0 del; 30 mod
  Patch: https://git.openjdk.org/jdk/pull/15480.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15480/head:pull/15480

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


More information about the shenandoah-dev mailing list