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
This commit is contained in:
Nadav Rotem 2012-10-17 19:49:21 +00:00
parent d4f759696d
commit b08c1de748

View File

@ -467,8 +467,8 @@ Release Notes</a>.</h1>
includes a few major enhancements and additions to the optimizers:</p>
<p> 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. </p>
to vectorize small loops. The loop vectorizer is disabled by default and
can be enabled using the -mllvm -vectorize flags. </p>
<ul>
<li>...</li>