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 | eae928acd2fa7b9db3c912a17b59f2c8fb06fc1c (patch) | |
| tree | 20995d247c6709012ac667e9da4d881cfc274f61 /llvm/docs/ReleaseNotes.rst | |
| parent | 2da8b3e99e631a9ed963bd1f62bd73626c72374c (diff) | |
| download | bcm5719-llvm-eae928acd2fa7b9db3c912a17b59f2c8fb06fc1c.tar.gz bcm5719-llvm-eae928acd2fa7b9db3c912a17b59f2c8fb06fc1c.zip | |
Update the release notes about the status of the vectorizers.
llvm-svn: 187714
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index e776dce29a2..00c848fcae3 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/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 |

