https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290
--- Comment #36 from Drea Pinski <pinskia at gcc dot gnu.org> --- Created attachment 64971 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=64971&action=edit cond_removal_in_builtin_zero_pattern and a few other things (In reply to Drea Pinski from comment #35) > The current status (October 23rd, 2025) is the following have not been moved > over: > cond_removal_in_builtin_zero_pattern: > * supporting of one extra statement to move out of the conditional (has to > be a cast) This patch. > spaceship_replacement: The RFC for the replacement https://inbox.sourceware.org/gcc-patches/[email protected]/#r But has a few regressions dealing with fp and trapping math. Still debugging and figuring out the better way. > * still looking into merging with part of value_replacement > value_replacement: > * rewriting this to use match still needs to be done; had some patches value_replacement needs more work.
