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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The other way of optimizing this is to see that the return value of d is 0
(even early on) and do a const prop of that ... IN a sense an IPA-CCP for
return values rather than for argument passing.

Reply via email to