https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112416
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|pinskia at gcc dot gnu.org |unassigned at gcc dot
gnu.org
Status|ASSIGNED |NEW
--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(simplify
(cond (lt_le @0 integer_zerop) (nop_convert (negative (nop_convert @0))) @0)
(convert (absu @0)))
Something like that will at least catch generic. gimple is more complex because
phi-opt only allows one stmt at this point.