https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107447
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- Btw, there's also a stray incoming abnormal edge into bb2 here (as seen in other bugs I've meanwhile fixed). We've elided a call to zero() there but failed to eliminate the incoming abnormal edge. CDDCE1 does this.