RFR(S): 8236759: ShouldNotReachHere in PhaseIdealLoop::verify_strip_mined_scheduling

Roland Westrelin rwestrel at redhat.com
Mon Jan 13 09:58:50 UTC 2020


http://cr.openjdk.java.net/~roland/8236759/webrev.00/

Splitting a load thru phi, if the phi is at a strip mined loop head,
causes a load to be pinned at the outer strip mined loop head. That
logic should pin the load above the outer loop instead.

Roland.



More information about the hotspot-compiler-dev mailing list