https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110724
--- Comment #7 from Javier Martinez
---
Another case where it might be interesting to remove padding (or reduce the :m
threshold) is when the path is known to be cold. I can see Trunk padding labels
inside [clone .cold], and with attribute((col
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110724
Richard Biener changed:
What|Removed |Added
Status|WAITING |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110724
--- Comment #5 from Andrew Pinski ---
Plus if this is just the return case how important is that because maybe we
should be inlining this kind of function. Plus this is a memcpy, why not just
use the expansion of __builtin_memcpy here (which is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110724
Andrew Pinski changed:
What|Removed |Added
Component|middle-end |target
--- Comment #4 from Andrew Pinsk