projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
839fb65
)
Update the release notes about how to enable the loop vectorizer.
author
Nadav Rotem
<nrotem@apple.com>
Wed, 17 Oct 2012 19:49:21 +0000
(19:49 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Wed, 17 Oct 2012 19:49:21 +0000
(19:49 +0000)
llvm-svn: 166123
llvm/docs/ReleaseNotes.html
patch
|
blob
|
history
diff --git
a/llvm/docs/ReleaseNotes.html
b/llvm/docs/ReleaseNotes.html
index
91f312e
..
ea29cce
100644
(file)
--- a/
llvm/docs/ReleaseNotes.html
+++ b/
llvm/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 tool
s. </p>
+ to vectorize small loops.
The loop vectorizer is disabled by default and
+
can be enabled using the -mllvm -vectorize flag
s. </p>
<ul>
<li>...</li>