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

            Bug ID: 117172
           Summary: FAIL: gcc.target/i386/pr111820-2.c and
                    gcc.target/i386/pr111820-3.c with forced SLP
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

There is still

  /* TODO: Support slp for nonlinear iv. There should be separate vector iv
     update for each iv and a permutation to generate wanted vector iv.  */
  if (slp_node)
    {          
      if (dump_enabled_p ())
        dump_printf_loc (MSG_MISSED_OPTIMIZATION, vect_location,
                         "SLP induction not supported for nonlinear"
                         " induction.\n"); 
      return false;

Reply via email to