summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-04-16 03:49:43 +0000
committerHal Finkel <hfinkel@anl.gov>2012-04-16 03:49:43 +0000
commit9068bf5dd0b2ded590b3a3a7791f6878a9d61ae9 (patch)
tree93e7aec90a9b57fee68bfca65067660fb442ed64 /docs/ReleaseNotes.html
parent831a6e86d50414aa715846707e1f9f54f98513cb (diff)
downloadllvm-9068bf5dd0b2ded590b3a3a7791f6878a9d61ae9.tar.gz
llvm-9068bf5dd0b2ded590b3a3a7791f6878a9d61ae9.tar.bz2
llvm-9068bf5dd0b2ded590b3a3a7791f6878a9d61ae9.tar.xz
Say something about -vectorize in the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154788 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 750f9825cc..1723576968 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -311,6 +311,9 @@ Release Notes</a>.</h1>
<li>The loop unroll pass now is able to unroll loops with run-time trip counts.
This feature is turned off by default, and is enabled with the
<code>-unroll-runtime</code> flag.</li>
+ <li>A new basic-block autovectorization pass is available. Pass
+ <code>-vectorize</code> to run this pass along with some associated
+ post-vectorization cleanup passes.</li>
<li>....</li>
</ul>