From: Nadav Rotem
Date: Wed, 17 Oct 2012 19:49:21 +0000 (+0000)
Subject: Update the release notes about how to enable the loop vectorizer.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b08c1de748e847105af805698a49ad51abd4582e;p=oota-llvm.git
Update the release notes about how to enable the loop vectorizer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166123 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 91f312e04ff..ea29ccee978 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -467,8 +467,8 @@ Release Notes.
includes a few major enhancements and additions to the optimizers:
Loop Vectorizer - We've added a basic loop vectorizer and we are now able
- to vectorize small loops. In this release the loop vectorizer is only
- available using the stand alone command line tools.
+ to vectorize small loops. The loop vectorizer is disabled by default and
+ can be enabled using the -mllvm -vectorize flags.