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

            Bug ID: 126030
           Summary: gcc/config/i386/sse.md:16208: identical branches ?
           Product: gcc
           Version: 17.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Source code is:

  if (GET_MODE_SIZE (GET_MODE_INNER (<MODE>mode)) == 4)
    return "vpmov<trunsuffix><pmov_suff_4>\t{%1, %0%{%2%}|%0%{%2%}, %1}";
  return "vpmov<trunsuffix><pmov_suff_4>\t{%1, %0%{%2%}|%0%{%2%}, %1}";

git blame says:

fef31922aab5 (Petr Murzin              2016-05-18 09:06:11 +0000 16208)   if
(GET_MODE_SIZE (GET_MODE_INNER (<MODE>mode)) == 4)
e484755aecd5 (Antoni Boucher           2022-06-26 18:49:15 -0400 16209)    
return "vpmov<trunsuffix><pmov_suff_4>\t{%1, %0%{%2%}|%0%{%2%}, %1}";
e484755aecd5 (Antoni Boucher           2022-06-26 18:49:15 -0400 16210)  
return "vpmov<trunsuffix><pmov_suff_4>\t{%1, %0%{%2%}|%0%{%2%}, %1}";

Reply via email to