https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56888
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|rguenth at gcc dot gnu.org |hubicka at gcc dot
gnu.org
--- Comment #52 from Richard Biener <rguenth at gcc dot gnu.org> ---
I'm not working on this. Honza, I'd like to see loop-distribution
automatically disable pattern recognition when a) inside a function named like
patterns we detect (memcpy, memmove, strcpy, etc.), or just like any builtin;
or b) when
the [LTO] TU contains the definition of any of those.
Note that meanwhile -ffreestanding, fno-builtin and -fno-hosted disable
pattern recognition.