On Tue, Mar 28, 2023 at 12:43:34PM +, Richard Biener wrote:
> When forwprop simplifies the CFG the 2nd order opportunities by
> exposed degenerate PHIs are not realized. The following improves
> this by properly tracking executable edges and thus handling this
> for non-cyclic CFGs at least.
>
When forwprop simplifies the CFG the 2nd order opportunities by
exposed degenerate PHIs are not realized. The following improves
this by properly tracking executable edges and thus handling this
for non-cyclic CFGs at least.
This avoids the bogus diagnostic reported for the testcase in this PR.