From 9068bf5dd0b2ded590b3a3a7791f6878a9d61ae9 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Mon, 16 Apr 2012 03:49:43 +0000 Subject: 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 --- docs/ReleaseNotes.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ReleaseNotes.html') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 750f9825cc..1723576968 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.
  • ....
  • -- cgit v1.2.3