Update the release notes about the status of the vectorizers.

llvm-svn: 187714
This commit is contained in:
Nadav Rotem 2013-08-05 04:31:05 +00:00
parent 2da8b3e99e
commit eae928acd2
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@ Non-comprehensive list of changes in this release
or later instead. For more information, see the `Getting Started using Visual
Studio <GettingStartedVS.html>`_ page.
* The Loop Vectorizer that was previously enabled for -O3 is now enabled for
-Os and -O2.
* The new SLP Vectorizer is now enabled by default.
* ... next change ...
.. NOTE