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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |liuhongt at gcc dot gnu.org
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2026-08-29

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
This is because SSE load cost for Alderlake, which is shared by Novalake,
is 8 and for generic, it is 6 while integer load cost is for both.  This
means that scalar load is preferred over SSE load in some cases.

Reply via email to