https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124023

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> Note `(((captured)+1)&1)` can be canonicalize as `1 & ~a` which is PR 115082.
> and then `(1&~a) == 0` is not currently simplified into `a != 0`  though.

Sorry for the last expression there, it should `(a & 1) != 0`.

Reply via email to