https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114224
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=116508 --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #4) > > Plus there is a missing optimization. > It should just be: > ``` > fmov b31, w0 > ``` wait there is no fmov with b. > Oh that expansion issue is not just a cost issue. I will work on that > tomorrow. Today is just the cost issue. Filed that as PR 116508 for another day.