RFR(S): 8203215: IdealLoopTree::split_outer_loop leaves phi-nodes with only one input
Rickard Bäckman
rickard.backman at oracle.com
Tue May 15 10:39:23 UTC 2018
Looks good to me.
/R
On 05/15, Nils Eliasson wrote:
> Hi,
>
> I ran into an issue in the ZGC repo caused by optimizations encountering
> loop-phi-nodes having only one input. I tracked down the source of these to
> IdealLoopTree::split_outer_loop that is a part of beautify_loops.
>
> This patch makes sure that the phis that may need a transform is processed
> after beautify_loops is completed, but before the loop tree is rebuilt.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8203215
>
> Webrev: http://cr.openjdk.java.net/~neliasso/8203215/webrev.01/
>
> Please review,
>
> Nils
>
More information about the hotspot-compiler-dev
mailing list