From: Hal Finkel Date: Mon, 16 Apr 2012 03:49:43 +0000 (+0000) Subject: Say something about -vectorize in the release notes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9068bf5dd0b2ded590b3a3a7791f6878a9d61ae9;p=oota-llvm.git Say something about -vectorize in the release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154788 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.
  • ....