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 tree-optimization/18439] vectorizer failed for vector normalization


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-11 14:19 -------
Really there are two problems which cause the missed vectorizor.  One is that we don't scalarize the 
static variables that well.  So that is the bug which really needs to be fixed first and really is not related 
to the vectorizor at all.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Last reconfirmed|2004-11-12 02:43:29         |2005-02-11 14:19:47
               date|                            |


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


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