[Bug middle-end/81596] backwards threader misses simple copy within the same BB

law at redhat dot com gcc-bugzilla@gcc.gnu.org
Tue Aug 15 03:20:00 GMT 2017


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

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

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

--- Comment #2 from Jeffrey A. Law <law at redhat dot com> ---
Jump threading is a fairly high overhead solution for this problem.  Simple
const/copy propagation is a better solution in cases like this IMHO.

The overhead could be reduced with some changes to the updating algorithm that
I want to implement, but haven't yet.  So perhaps keep it open as a low
priority issue.


More information about the Gcc-bugs mailing list