https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106379
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Depends on| |106380
Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot
gnu.org
Severity|normal |enhancement
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
_1 = ~c_5(D);
_2 = _1 & s_4(D);
Mine.
That is `c < s`. So the same as PR 106380 .
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106380
[Bug 106380] DCE depends on datatype used (bool vs unsigned)