diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-08-05 04:31:05 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-08-05 04:31:05 +0000 |
commit | f18d7f8cb8babb2bacf3fb098faffc6933f1a511 (patch) | |
tree | f7b356e7c5f23ee528e822ecd94d418c7d4c0e48 /docs | |
parent | 055028f6c805b089d10984ec691aa637cf21dc42 (diff) | |
download | external_llvm-f18d7f8cb8babb2bacf3fb098faffc6933f1a511.zip external_llvm-f18d7f8cb8babb2bacf3fb098faffc6933f1a511.tar.gz external_llvm-f18d7f8cb8babb2bacf3fb098faffc6933f1a511.tar.bz2 |
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')
-rw-r--r-- | docs/ReleaseNotes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index e776dce..00c848f 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 |