https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111282
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note we will need to detect both `a & (b ^ ~a)` and `a & ~(a ^ b)` since a might be comparison too.
pinskia at gcc dot gnu.org via Gcc-bugs Sun, 03 Sep 2023 23:09:07 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111282
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note we will need to detect both `a & (b ^ ~a)` and `a & ~(a ^ b)` since a might be comparison too.