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/81741] Misoptimisation : replacing a constant field read access by a function call


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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com

--- Comment #4 from Jeffrey A. Law <law at redhat dot com> ---
I've got changes to remove the propagation of conditional equivalences in DOM,
but still allow us to use those equivalences for simplifications.  However,
they're backed up behind several other things.  The most pressing of which is
the stack-clash-protection work.

Review work on stack-clash-protection would be appreciated.

And FWIW, RTL CSE does conditional equivalence propagation as well.

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