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 tree-optimization/80155] [7 regression] Performance regression with code hoisting enabled


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80155

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Created attachment 41030
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41030&action=edit
first patch candidate

First variant of an aggressive approach - never add IVs / loop carried
dependencies in PRE.  This first approach is leaner on compile-time /
memory-use
in PRE but eventually misses 2nd level optimizations by not performing PHI
insertions on loop headers.

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