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

theoweidmannoracle duke at openjdk.org
Wed Nov 13 13:21:40 UTC 2024


On Fri, 8 Nov 2024 09:16:03 GMT, theoweidmannoracle <duke at openjdk.org> wrote:

>> 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

Thanks for the reviews.

I opened a follow-up RFE: https://bugs.openjdk.org/browse/JDK-8344116

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

PR Comment: https://git.openjdk.org/jdk/pull/21834#issuecomment-2473599168


More information about the graal-dev mailing list