This is the mail archive of the gcc-patches@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]

[lno, wwwdocs] Move the vectorizer entry


Move the vectorization pass to the "patches in the branch" section.


Index: lno.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/lno.html,v
retrieving revision 1.2
diff -d -u -p -r1.2 lno.html
--- lno.html	29 Dec 2003 21:31:35 -0000	1.2
+++ lno.html	3 Jan 2004 01:38:27 -0000
@@ -27,13 +27,13 @@ level.  The <code>lno-branch</code> is b
     access the same memory location: the conflicting elements.  The
     classic distance and direction vectors are abstracted from the
     representation of the conflicting elements.</dd>
+<dt><em><a href="vectorization.html">Vectorization</a></em></dt> 
+<dd>This pass should vectorize certain loops, using classic data dependence 
+    based approach.</dd>
 </dl>
 
 <h2>Next passes</h2>
 <dl>
-<dt><em><a href="vectorization.html">Vectorization</a></em></dt>
-<dd>This pass should vectorize certain loops, using classic data dependence
-    based approach.</dd>
 <dt><em>Elimination of redundant checks</em></dt>
 <dd>Based on the scalar evolutions informations, it is sometimes possible 
     to extend the range of action of the constant copy propagation after the 


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