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/68654] [6 Regression] CoreMark Pro performance degradation


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

--- Comment #10 from Jeffrey A. Law <law at redhat dot com> ---
I've just scanned the provided dumps.  This is almost certainly a difference in
the SSA_NAME_VERSIONs causing different coalescing.  The tell-tale sign is
seeing identical code in the .optimized dump, except that the SSA_NAME versions
are different, then seeing different code being generated in the .expand dump.

This can be confirmed by providing the same dumps, but with the "details"
modifier.  ie, -fdump-tree-optimized-details

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