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.

Reply via email to