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/69196] [5/6 Regression] code size regression with jump threading at -O2


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

--- Comment #21 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Sat Mar  5 05:10:58 2016
New Revision: 233999

URL: https://gcc.gnu.org/viewcvs?rev=233999&root=gcc&view=rev
Log:
        PR tree-optimization/69196
        * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
        If the both SSA_NAMEs are anonymous, then consider them unassociated
        and include the PHI in the statement count.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-threadbackward.c

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