summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-04-30 21:04:04 +0000
committerNadav Rotem <nrotem@apple.com>2013-04-30 21:04:04 +0000
commit6f4888f259d9442966bac6e3948dfa70fa3a560e (patch)
tree1c0659544ee80f5961c222cc9dce8b5ffa0b5676 /docs/ReleaseNotes.rst
parentb8b1d35743a51cd5d451607d28a5efa609ff5c52 (diff)
downloadllvm-6f4888f259d9442966bac6e3948dfa70fa3a560e.tar.gz
llvm-6f4888f259d9442966bac6e3948dfa70fa3a560e.tar.bz2
llvm-6f4888f259d9442966bac6e3948dfa70fa3a560e.tar.xz
Update the release notes about the min/max reductions that Arnold added.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index d806883177..080a81a8d5 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -109,15 +109,16 @@ Loop Vectorizer
We've continued the work on the loop vectorizer. The loop vectorizer now
has the following features:
-- Loops with unknown trip count.
-- Runtime checks of pointers
-- Reductions, Inductions
-- If Conversion
-- Pointer induction variables
-- Reverse iterators
-- Vectorization of mixed types
-- Vectorization of function calls
-- Partial unrolling during vectorization
+- Loops with unknown trip counts.
+- Runtime checks of pointers.
+- Reductions, Inductions.
+- Min/Max reductions of integers.
+- If Conversion.
+- Pointer induction variables.
+- Reverse iterators.
+- Vectorization of mixed types.
+- Vectorization of function calls.
+- Partial unrolling during vectorization.
The loop vectorizer is now enabled by default for -O3.