From 12c10b3762defa08ab5449fdce4f3418f812f094 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Mon, 16 Apr 2012 17:06:49 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5af15ebe522..1457c985b65 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -313,7 +313,9 @@ Release Notes. -unroll-runtime flag.
  • A new basic-block autovectorization pass is available. Pass -vectorize to run this pass along with some associated - post-vectorization cleanup passes.
  • + post-vectorization cleanup passes. For more information, see the EuroLLVM + 2012 slides: + Autovectorization with LLVM.
  • ....