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 target/81572] [7/8 Regression] gcc-7 regression: unnecessary vector regmove on compare


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

--- Comment #4 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
Author: vmakarov
Date: Thu Feb 22 21:17:51 2018
New Revision: 257915

URL: https://gcc.gnu.org/viewcvs?rev=257915&root=gcc&view=rev
Log:
2018-02-22  Vladimir Makarov  <vmakarov@redhat.com>

        PR target/81572
        * lra-int.h (LRA_UNKNOWN_ALT, LRA_NON_CLOBBERED_ALT): New macros.
        * lra.c (lra_set_insn_recog_data, lra_update_insn_recog_data): Use
        LRA_UNKNOWN_ALT.
        * lra-constraints.c (curr_insn_transform): Set up
        LRA_NON_CLOBBERED_ALT for moves processed on the fast path.  Use
        LRA_UNKNOWN_ALT.
        (remove_inheritance_pseudos): Use LRA_UNKNOWN_ALT.
        * lra-eliminations.c (spill_pseudos): Ditto.
        (process_insn_for_elimination): Ditto.
        * lra-lives.c (reg_early_clobber_p): Use the new macros.
        * lra-spills.c (spill_pseudos): Use LRA_UNKNOWN_ALT and
        LRA_NON_CLOBBERED_ALT.

2018-02-22  Vladimir Makarov  <vmakarov@redhat.com>

        PR target/81572
        * gcc.target/powerpc/pr81572.c: New.


Added:
    trunk/gcc/testsuite/gcc.target/powerpc/pr81572.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lra-constraints.c
    trunk/gcc/lra-eliminations.c
    trunk/gcc/lra-int.h
    trunk/gcc/lra-lives.c
    trunk/gcc/lra-spills.c
    trunk/gcc/lra.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]