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/53759] [4.7/4.8 Regression] gcc -mavx emits vshufps for __builtin_ia32_loadlps


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53759

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-06-25 14:53:04 UTC ---
Author: jakub
Date: Mon Jun 25 14:52:59 2012
New Revision: 188937

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188937
Log:
    PR target/53759
    * config/i386/sse.md (sse_loadlps): Use x m x constraints instead
    of x x x in the vmovlps load alternative.

    * gcc.target/i386/pr53759.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr53759.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/sse.md
    trunk/gcc/testsuite/ChangeLog


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