https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125419
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
/* At this point there should be no ssa names occuring in abnormals. */
gcc_assert (!arg0_op.operands_occurs_in_abnormal_phi ());
Hmm, I originally thought ifcvt would reject ssa names marked with abnormal .
Guess not.