https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123276
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
Status|NEW |ASSIGNED
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
For float modes, it is not valid to change a:a+b to a+(0:b) except without
fast-math so rejecting them early seems reasonable.
