[Bug target/116013] Missed optimization opportunity with andn involving consts

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 23 02:29:34 GMT 2024


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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I have patches for part of this, though the optabs need to be renamed so the
backend changes have to wait until I finish that. and I need to also match ~(a
| CST) into `BIT_ANDC (~CST, a)` which I will add too.


More information about the Gcc-bugs mailing list