https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113863

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot 
gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
It looks OK after peeling.  LOOP_VINFO_EARLY_BRK_VUSES is empty, but we have
a stray virtual PHI in the body we fail to update:

<bb 167> [local count: 446046556]:
# .MEM_164 = PHI <.MEM_163(166)>
if (f_8(D) < l_162)
  goto <bb 169>; [88.31%]
else
  goto <bb 207>; [11.69%]

things go downhill from here.

Reply via email to