https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78228
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Most likely If (i>0) i=-i; Is being turned into -abs (i). Which means it should be turned into uabs instead.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78228
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Most likely If (i>0) i=-i; Is being turned into -abs (i). Which means it should be turned into uabs instead.