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/49002] 128-bit AVX load incorrectly becomes 256-bit AVX load


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

--- Comment #6 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-05-18 22:56:37 UTC ---
Author: hjl
Date: Wed May 18 22:56:35 2011
New Revision: 173881

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173881
Log:
Properly handle 256bit load cast.

gcc/

2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>

    Backport from mainline
    2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/49002
    * config/i386/sse.md
(avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>):
    Properly handle load cast.

gcc/testsuite/

2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>

    Backport from mainline
    2011-05-18  H.J. Lu  <hongjiu.lu@intel.com>

    PR target/49002
    * gcc.target/i386/pr49002-1.c: New test.
    * gcc.target/i386/pr49002-2.c: Likewise.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr49002-1.c
    branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr49002-2.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/config/i386/sse.md
    branches/gcc-4_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]