https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116860
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=115055
--- Comment #19 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Note I think the reassociation patch here is too complex for what it does.
Why not figure out how to get `((d1 ^ d2) & 0xabcd) == 0` and `d1 != d2` to be
paired next to each other using the rank system. That is what was suggested in
a different reassociation issue. See PR 115055.