This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/70784] Merge multiple short stores of immediates into wider stores


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*.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]