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

Nadav Rotem nrotem at apple.com
Wed Oct 17 11:30:10 PDT 2012


Author: nadav
Date: Wed Oct 17 13:30:09 2012
New Revision: 166113

URL: http://llvm.org/viewvc/llvm-project?rev=166113&view=rev
Log:
Update the release notes about the new 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=166113&r1=166112&r2=166113&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 17 13:30:09 2012
@@ -466,6 +466,10 @@
 <p>In addition to many minor performance tweaks and bug fixes, this release
    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>
+
 <ul>
   <li>...</li>
 </ul>





More information about the llvm-commits mailing list