https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101806
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org Last reconfirmed| |2025-01-07 Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This has been improved to just: ``` g(bool, bool): and w0, w0, 255 bic w0, w1, w0 and w0, w0, 1 ``` Mine related to the other bic ones.