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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|patch                       |

--- Comment #31 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So what is left as of May 4th 2023:
minmax_replacement:
* some min/max detection has not moved to match (cast dealing with INT_MAX)
* `if (a < b) c = min/max(a, d)` transformation has not moved to match

cond_removal_in_builtin_zero_pattern:
* supporting of one extra statement to move out of the conditional (has to be a
cast)

Reply via email to