diff options
author | Hal Finkel <hfinkel@anl.gov> | 2012-04-16 17:06:49 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2012-04-16 17:06:49 +0000 |
commit | 82f8b2180d384144a761948c34b26197d1fd5303 (patch) | |
tree | f3968223a897121acef7731c6cc747e5558ed780 /llvm/docs | |
parent | 96e8ee17e0f582b7ed0a773e4471cdbce410b77e (diff) | |
download | bcm5719-llvm-82f8b2180d384144a761948c34b26197d1fd5303.tar.gz bcm5719-llvm-82f8b2180d384144a761948c34b26197d1fd5303.zip |
Link to the autovectorization EuroLLVM slides in the release notes.
llvm-svn: 154830
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 5af15ebe522..1457c985b65 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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> |