Link to the autovectorization EuroLLVM slides in the release notes.
authorHal Finkel <hfinkel@anl.gov>
Mon, 16 Apr 2012 17:06:49 +0000 (17:06 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 16 Apr 2012 17:06:49 +0000 (17:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154830 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 5af15ebe522d3e91b71836c02bd7b48e8484cb96..1457c985b65233a436170a6201b315aad29045ac 100644 (file)
@@ -313,7 +313,9 @@ Release Notes</a>.</h1>
       <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>