Update the release notes about the new loop vectorizer.
authorNadav Rotem <nrotem@apple.com>
Wed, 17 Oct 2012 18:30:09 +0000 (18:30 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 17 Oct 2012 18:30:09 +0000 (18:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166113 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 75a6fd1ca1085b6b33091892c0d9b2a911b26f35..bc3ce6438880690600b11e2321062764f4b29ea3 100644 (file)
@@ -466,6 +466,10 @@ Release Notes</a>.</h1>
 <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>