[Bug tree-optimization/91540] missed value-replacement in phiopt
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 15 00:36:48 GMT 2021
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91540
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
In summary, clang is trying to produce xor always for similar value reductions
(or still branches) while GCC produce plus and minus; though producing xor or
ior might lead to better code in general.
More information about the Gcc-bugs
mailing list