[Bug tree-optimization/86017] multiple consecutive calls to bzero/memset not merged
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jun 1 08:16:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86017
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2018-06-01
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. A related issue is that we inline the first but not the adjacent
memsets. Fixing that makes us apply store-merging. Testing a patch.
More information about the Gcc-bugs
mailing list