RFR: 8341411: C2: remove slice parameter from GraphKit::make_load() and GraphKit::store_to_memory() [v5]

theoweidmannoracle duke at openjdk.org
Fri Nov 8 09:16:03 UTC 2024


> This patch removes the address type from `GraphKit::make_load()` and `GraphKit::store_to_memory()`
> 
> As https://github.com/openjdk/jdk/pull/21303 introduced asserts that check that the address type agrees with  `C->get_alias_index(_gvn.type(adr)->isa_ptr()`, passing the address type is redundant and it can be computed internally from the address.

theoweidmannoracle has updated the pull request incrementally with one additional commit since the last revision:

  Fix asserts

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/21834/files
  - new: https://git.openjdk.org/jdk/pull/21834/files/256bcf4a..8d239fdc

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=21834&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21834&range=03-04

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

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


More information about the graal-dev mailing list