[Bug tree-optimization/95926] Failure to optimize xor pattern when using temporary variable
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 29 09:45:14 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95926
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2020-06-29
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Note :s tries to overcome this for "single" result operations like a ^ b
but single_use () checks make that stronger (and fail).
More information about the Gcc-bugs
mailing list