https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97759
--- Comment #19 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Maybe I will do 2 seperate patterns. One for `CMP || !=`/`CMP' && == ` One for `CMP || ==`/`CMP' && !=`.
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 17 Nov 2025 22:54:05 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97759
--- Comment #19 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Maybe I will do 2 seperate patterns. One for `CMP || !=`/`CMP' && == ` One for `CMP || ==`/`CMP' && !=`.