RFR: 8345485: C2 MergeLoads: merge adjacent array/native memory loads into larger load [v15]
kuaiwei
duke at openjdk.org
Wed May 14 06:29:56 UTC 2025
On Fri, 2 May 2025 10:03:43 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> kuaiwei has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix build error on mac and windows
>
> src/hotspot/share/opto/addnode.cpp line 868:
>
>> 866: private:
>> 867: // Detect if the embedding combine node is last one of combine operators
>> 868: bool has_no_merge_load_combine_below( ) const;
>
> Suggestion:
>
> bool has_no_merge_load_combine_below() const;
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24023#discussion_r2088145386
More information about the hotspot-compiler-dev
mailing list