[llvm-commits] [llvm] r166123 - /llvm/trunk/docs/ReleaseNotes.html

Nadav Rotem nrotem at apple.com
Wed Oct 17 12:49:21 PDT 2012


Author: nadav
Date: Wed Oct 17 14:49:21 2012
New Revision: 166123

URL: http://llvm.org/viewvc/llvm-project?rev=166123&view=rev
Log:
Update the release notes about how to enable the loop vectorizer.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=166123&r1=166122&r2=166123&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 17 14:49:21 2012
@@ -467,8 +467,8 @@
    includes a few major enhancements and additions to the optimizers:</p>
 
 <p> Loop Vectorizer -  We've added a basic loop vectorizer and we are now able
-    to vectorize small loops. In this release the loop vectorizer is only
-    available using the stand alone command line tools. </p>
+    to vectorize small loops. The loop vectorizer is disabled by default and
+    can be enabled using the -mllvm -vectorize flags. </p>
 
 <ul>
   <li>...</li>





More information about the llvm-commits mailing list