From: Hal Finkel Date: Mon, 16 Apr 2012 17:06:49 +0000 (+0000) Subject: Link to the autovectorization EuroLLVM slides in the release notes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=12c10b3762defa08ab5449fdce4f3418f812f094;p=oota-llvm.git 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 --- 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.
  • ....