summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-08-05 04:31:05 +0000
committerNadav Rotem <nrotem@apple.com>2013-08-05 04:31:05 +0000
commitf18d7f8cb8babb2bacf3fb098faffc6933f1a511 (patch)
treef7b356e7c5f23ee528e822ecd94d418c7d4c0e48 /docs/ReleaseNotes.rst
parent055028f6c805b089d10984ec691aa637cf21dc42 (diff)
downloadllvm-f18d7f8cb8babb2bacf3fb098faffc6933f1a511.tar.gz
llvm-f18d7f8cb8babb2bacf3fb098faffc6933f1a511.tar.bz2
llvm-f18d7f8cb8babb2bacf3fb098faffc6933f1a511.tar.xz
Update the release notes about the status of the vectorizers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187714 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index e776dce29a..00c848fcae 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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