[Bug rtl-optimization/70784] Merge multiple short stores of immediates into wider stores
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Apr 25 09:43:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70784
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Also note that finding the heuristics when to use this (for -Os it is of course
clearer) is hard, if the pointer is sufficiently aligned or if the target is
strict alignment it is of course easier. And the RTL DSE patch caused some
SPEC regressions on powerpc*.
More information about the Gcc-bugs
mailing list