summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-17 18:30:09 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-17 18:30:09 +0000
commit3309fb8f1865c701470bdfc4fa2e2b14e20f3068 (patch)
tree5b2f09c491a2242a1dff82c792b02937644f609f /docs
parentd15c0c7ac118cb23241b002e7206221283e36e2d (diff)
downloadllvm-3309fb8f1865c701470bdfc4fa2e2b14e20f3068.tar.gz
llvm-3309fb8f1865c701470bdfc4fa2e2b14e20f3068.tar.bz2
llvm-3309fb8f1865c701470bdfc4fa2e2b14e20f3068.tar.xz
Update the release notes about the new loop vectorizer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166113 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 75a6fd1ca1..bc3ce64388 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>