RFR: 8356708: C2: loop strip mining expansion doesn't take sunk stores into account [v3]
Roland Westrelin
roland at openjdk.org
Fri Jun 13 07:22:29 UTC 2025
On Wed, 11 Jun 2025 14:23:17 GMT, Roberto Castañeda Lozano <rcastanedalo at openjdk.org> wrote:
> Another question: could `PhaseIdealLoop::try_move_store_before_loop` cause similar issues on strip-mined loops?
That one moves stores out of the inner and outer loop so, no, I don't see a similar issue there.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25717#issuecomment-2969359888
More information about the hotspot-compiler-dev
mailing list