Re: PATCH: PR target/49002: 128-bit AVX load incorrectly becomes 256-bit AVX load

2011-05-18 Thread Uros Bizjak
On Wed, May 18, 2011 at 10:37 PM, H.J. Lu wrote: > This patch properly handles 256bit load cast.  OK for trunk if there > is no regression?  I will also prepare a patch for 4.6 branch. > 2011-05-18  H.J. Lu   > >        PR target/49002 >        * config/i386/sse.md > (avx__): >        Properly

PATCH: PR target/49002: 128-bit AVX load incorrectly becomes 256-bit AVX load

2011-05-18 Thread H.J. Lu
Hi, This patch properly handles 256bit load cast. OK for trunk if there is no regression? I will also prepare a patch for 4.6 branch. Thanks. H.J. -- gcc/ 2011-05-18 H.J. Lu PR target/49002 * config/i386/sse.md (avx__): Properly handle load cast. gcc/testsuite/