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/71720] initialization of a vector of floats generates incorrect code for -mcpu=power9


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

--- Comment #4 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Thu Jul  7 22:44:15 2016
New Revision: 238151

URL: https://gcc.gnu.org/viewcvs?rev=238151&root=gcc&view=rev
Log:
Back port from trunk

[gcc]
2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>

        PR target/71720
        * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
        the insns, use an insn form that does not adjust the offset on
        little endian systems.

[gcc/testsuite]
2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>

        PR target/71720
        * gcc.target/powerpc/pr71720.c: New test.


Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/pr71720.c
      - copied, changed from r238126,
trunk/gcc/testsuite/gcc.target/powerpc/pr71720.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/config/rs6000/vsx.md
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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