diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 750f9825cc6..17235769688 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -311,6 +311,9 @@ Release Notes.
  • The loop unroll pass now is able to unroll loops with run-time trip counts. This feature is turned off by default, and is enabled with the -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.
  • ....