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 #5 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-05-18 22:12:30 UTC ---
Author: hjl
Date: Wed May 18 22:12:28 2011
New Revision: 173880

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

gcc/

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

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

gcc/testsuite/

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:
    trunk/gcc/testsuite/gcc.target/i386/pr49002-1.c
    trunk/gcc/testsuite/gcc.target/i386/pr49002-2.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]