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 rtl-optimization/68910] [5/6 regression] huge stack frame and poor code with instruction scheduling at -O2


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

--- Comment #11 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Sat Dec 19 21:58:02 2015
New Revision: 231851

URL: https://gcc.gnu.org/viewcvs?rev=231851&root=gcc&view=rev
Log:
        PR rtl-optimization/68910
        * emit-rtl.c (set_unique_reg_note) <>REG_EQUAL>: Add bypass for USEs.
        * config/sparc/sparc.md (anddi3): Enable only in 64-bit mode.
        (iordi3): Likewise.
        (xordi3): Likewise.
        (one_cmpldi2): Likewise.
        (*anddi3_sp32): Delete.
        (*and_not_di_sp32): Likewise.
        (*iordi3_sp32): Likewise.
        (*or_not_di_sp32): Likewise.
        (*xordi3_sp32): Likewise.
        (*xor_not_di_sp32): Likewise.
        (32-bit DImode logical operations splitter): Likewise.
        (*one_cmpldi2_sp32): Likewise.

Added:
    trunk/gcc/testsuite/gcc.target/sparc/20151219-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sparc/sparc.md
    trunk/gcc/emit-rtl.c
    trunk/gcc/testsuite/ChangeLog

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