[Bug tree-optimization/122615] `x&a ? (x&~a): (x|a)` -> x ^ a when popcount(a) == 1
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 5 03:35:08 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122615
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |16.0
Resolution|--- |FIXED
Status|UNCONFIRMED |RESOLVED
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed. thanks again for taking these 2 up.
More information about the Gcc-bugs
mailing list