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 | 12c10b3762defa08ab5449fdce4f3418f812f094 (patch) | |
tree | 2d2fa19dc2c79b41190cec0a9fc8a6cc19a0e1c7 /docs | |
parent | 87eb92d913c2e3cdeb08b0a22250cd6c3214a3ff (diff) | |
download | external_llvm-12c10b3762defa08ab5449fdce4f3418f812f094.zip external_llvm-12c10b3762defa08ab5449fdce4f3418f812f094.tar.gz external_llvm-12c10b3762defa08ab5449fdce4f3418f812f094.tar.bz2 |
Link to the autovectorization EuroLLVM slides in the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154830 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5af15eb..1457c98 100644 --- a/docs/ReleaseNotes.html +++ b/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> |