This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/26420] -ftree-vectorizer-verbose=1 prints unvectorized loops information
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Mar 2007 10:57:25 -0000
- Subject: [Bug tree-optimization/26420] -ftree-vectorizer-verbose=1 prints unvectorized loops information
- References: <bug-26420-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from rguenth at gcc dot gnu dot org 2007-03-05 10:57 -------
Subject: Bug 26420
Author: rguenth
Date: Mon Mar 5 10:57:09 2007
New Revision: 122544
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122544
Log:
2007-03-05 Richard Guenther <rguenther@suse.de>
Dorit Nuzman <dorit@il.ibm.com>
PR tree-optimization/26420
* tree-vectorizer.c (vectorize_loops): Bail out early if there
are no loops in the function. Only print the number of
vectorized loops if it is greater than zero or we are supposed
to print information about unvectorized loops.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vectorizer.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26420