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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #1)
> Also turning (float)a - (float)b into (float)(a - b), right?  Which should
> likely be done in a int<->float promotion pass that places conversions in a
> LCM way.

Yes but I noticed that was already done so I didn't mention it.

Reply via email to