This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/18439] vectorizer failed for vector normalization
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Feb 2005 14:19:49 -0000
- Subject: [Bug tree-optimization/18439] vectorizer failed for vector normalization
- References: <20041112013352.18439.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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