[Bug target/49002] 128-bit AVX load incorrectly becomes 256-bit AVX load

2011-05-25 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49002 Uros Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/49002] 128-bit AVX load incorrectly becomes 256-bit AVX load

2011-05-18 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49002 --- Comment #6 from 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/ 201

[Bug target/49002] 128-bit AVX load incorrectly becomes 256-bit AVX load

2011-05-18 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49002 --- Comment #5 from 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/ 201

[Bug target/49002] 128-bit AVX load incorrectly becomes 256-bit AVX load

2011-05-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49002 --- Comment #4 from H.J. Lu 2011-05-18 20:38:59 UTC --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2011-05/msg01325.html

[Bug target/49002] 128-bit AVX load incorrectly becomes 256-bit AVX load

2011-05-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49002 --- Comment #3 from Uros Bizjak 2011-05-18 09:12:21 UTC --- (In reply to comment #2) > Created attachment 24278 [details] > The patch > Here is fix for the bug. I made bootrstrap and make check on 4.6 > BTW, it also have to be committed to trunk

[Bug target/49002] 128-bit AVX load incorrectly becomes 256-bit AVX load

2011-05-18 Thread kirill.yukhin at intel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49002 --- Comment #2 from Yukhin Kirill 2011-05-18 08:24:10 UTC --- Created attachment 24278 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24278 The patch Hi, Here is fix for the bug. I made bootrstrap and make check on 4.6 BTW, it also have to

[Bug target/49002] 128-bit AVX load incorrectly becomes 256-bit AVX load

2011-05-15 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49002 Uros Bizjak changed: What|Removed |Added Target||x86-avx Status|UNCONFIRMED