https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118351
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > > The hot loop seems to now spill simple constants instead of rematerializing > > them through an fmov. > > Hmm, might be related to PR 102178. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102178#c28 : "If in the future we have a target which can move double immediate into fp regs we can introduce some target hooks to deal with equiv double constant. But right now I think there is no need for the new hook." ....