[Bug tree-optimization/123729] [13/14/15 Regression] ICE in verify_ssa: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set during GIMPLE pass: vect

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 20 19:02:12 GMT 2026


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=123732

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note I noticed a missed optimization where this loop:

      for (int j = 0; j < 100; ++j)
        m += f(j);

Should not be vectorized but rather the loop should be split and sccp should be
able to handle it.


More information about the Gcc-bugs mailing list