RFR: 8324751: C2 SuperWord: Aliasing Analysis runtime check [v11]
Emanuel Peter
epeter at openjdk.org
Mon Aug 18 06:53:21 UTC 2025
On Sun, 17 Aug 2025 22:19:24 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> more documentation for Christian
>
> src/hotspot/share/opto/mempointer.hpp line 444:
>
>> 442: // = summand_rest + scale_v * (v0 + stride_v) + con
>> 443: // = summand_rest + scale_v * v0 + scale_v * stride_v + con
>> 444: // = summand_rest + scale_v * v0 + scale_v * stride_v + con
>
> the same 2 lines
deleted!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24278#discussion_r2281451967
More information about the hotspot-compiler-dev
mailing list