This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/49730] loop not vectorized if inside another loop
- From: "irar at il dot ibm.com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 14 Jul 2011 06:35:44 +0000
- Subject: [Bug tree-optimization/49730] loop not vectorized if inside another loop
- Auto-submitted: auto-generated
- References: <bug-49730-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49730
Ira Rosen <irar at il dot ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |irar at il dot ibm.com
--- Comment #2 from Ira Rosen <irar at il dot ibm.com> 2011-07-14 06:35:39 UTC ---
There is no limitation on the number of reductions in vectorization.
The problem here is a non-empty latch block. There are several existing PRs for
similar problems: pr 33447, pr 28643.
Ira