summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-17 19:49:21 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-17 19:49:21 +0000
commitb08c1de748e847105af805698a49ad51abd4582e (patch)
tree21bda972f7efdc264c5e8f01bfd918f2f75dc4c9 /docs
parentd4f759696d1bd0ba7c0e6eefd7ed8b556840419a (diff)
downloadllvm-b08c1de748e847105af805698a49ad51abd4582e.tar.gz
llvm-b08c1de748e847105af805698a49ad51abd4582e.tar.bz2
llvm-b08c1de748e847105af805698a49ad51abd4582e.tar.xz
Update the release notes about how to enable the loop vectorizer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 91f312e04f..ea29ccee97 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -467,8 +467,8 @@ Release Notes</a>.</h1>
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>