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.
  • ....