https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88540
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > Also minmax_replacement in phi-opt could make > use of the FMIN/FMAX IFNs when HONOR_NANS || HONOR_SIGNED_ZEROS > and the direct IFN is available. You should just need to teach match.pd rather than minmax_replacement to do these days. I have patches that start to remove minmax_replacement even.