[llvm-commits] [llvm] r154788 - /llvm/trunk/docs/ReleaseNotes.html
Hal Finkel
hfinkel at anl.gov
Sun Apr 15 20:49:43 PDT 2012
Author: hfinkel
Date: Sun Apr 15 22:49:43 2012
New Revision: 154788
URL: http://llvm.org/viewvc/llvm-project?rev=154788&view=rev
Log:
Say something about -vectorize in the release notes.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=154788&r1=154787&r2=154788&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Apr 15 22:49:43 2012
@@ -311,6 +311,9 @@
<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>
More information about the llvm-commits
mailing list