https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64992
--- Comment #14 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kael Andrew Franco <[email protected]>: https://gcc.gnu.org/g:58c8c3e3bd04e59fc2de82708c5e12e7b5db4f43 commit r17-2574-g58c8c3e3bd04e59fc2de82708c5e12e7b5db4f43 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Mon Jul 20 16:36:19 2026 -0400 match: Combine two patterns into for neeq (ne eq) and fix typo. [PR64992] This simplify r13-2048 and fix typo on C being zero_one_valued_p to X being zero_one_valued_p. Bootstrapped and regtested on x86_64-pc-linux-gnu. PR tree-optimization/64992 gcc/ChangeLog: * match.pd: Combine two patterns into for neeq (ne eq) and fix typo. Signed-off-by: Kael Andrew Franco <[email protected]>
