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/33562] [5/6 Regression] aggregate DSE disabled


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

--- Comment #32 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Mon Jan 16 23:43:05 2017
New Revision: 244509

URL: https://gcc.gnu.org/viewcvs?rev=244509&root=gcc&view=rev
Log:
2017-01-16  Jeff Law  <law@redhat.com>

        PR tree-optimization/79090
        PR tree-optimization/33562
        PR tree-optimization/61912
        PR tree-optimization/77485
        * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
        and computed trims into the dump file.

        PR tree-optimization/79090
        PR tree-optimization/33562
        PR tree-optimization/61912
        PR tree-optimization/77485
        * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
        and computed trims into the dump file.

Added:
    trunk/gcc/testsuite/g++.dg/tree-ssa/ssa-dse-2.C
    trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-29.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-dse.c

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