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/80695] gratuitous use of stxvx to store multiple pointers


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

--- Comment #7 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Author: wschmidt
Date: Sun Sep 10 21:09:38 2017
New Revision: 251952

URL: https://gcc.gnu.org/viewcvs?rev=251952&root=gcc&view=rev
Log:
[gcc]

2017-09-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

        Backport from mainline
        2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

        PR target/80695
        * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
        Account for direct move costs for vec_construct of integer
        vectors.

        Backport from mainline
        2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

        PR target/80695
        * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
        Reduce cost estimate for direct moves.

[gcc/testsuite]

2017-09-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

        Backport from mainline
        2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

        PR target/80695
        * gcc.target/powerpc/pr80695-p8.c: New file.
        * gcc.target/powerpc/pr80695-p9.c: New file.


Added:
    branches/gcc-7-branch/gcc/testsuite/gcc.target/powerpc/pr80695-p8.c
    branches/gcc-7-branch/gcc/testsuite/gcc.target/powerpc/pr80695-p9.c
Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config/rs6000/rs6000.c
    branches/gcc-7-branch/gcc/testsuite/ChangeLog

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