[llvm-commits] [llvm] r154830 - /llvm/trunk/docs/ReleaseNotes.html

Hal Finkel hfinkel at anl.gov
Mon Apr 16 10:06:49 PDT 2012


Author: hfinkel
Date: Mon Apr 16 12:06:49 2012
New Revision: 154830

URL: http://llvm.org/viewvc/llvm-project?rev=154830&view=rev
Log:
Link to the autovectorization EuroLLVM slides 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=154830&r1=154829&r2=154830&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Apr 16 12:06:49 2012
@@ -313,7 +313,9 @@
       <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>
+      post-vectorization cleanup passes. For more information, see the EuroLLVM
+      2012 slides: <a href="http://llvm.org/devmtg/2012-04-12/Slides/Hal_Finkel.pdf">
+      Autovectorization with LLVM</a>.</li>
   <li>....</li>
 </ul>
 





More information about the llvm-commits mailing list