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.

Reply via email to