https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85819
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Last reconfirmed|2018-05-18 00:00:00 |2021-9-3 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- ix86_expand_convert_uns_sisf_sse and ix86_expand_vector_convert_uns_vsivsf should check if FMA exists and expand directly to them instead of doing MULT PLUS seperately.