Update the release notes about the min/max reductions that Arnold added.
authorNadav Rotem <nrotem@apple.com>
Tue, 30 Apr 2013 21:04:04 +0000 (21:04 +0000)
committerNadav Rotem <nrotem@apple.com>
Tue, 30 Apr 2013 21:04:04 +0000 (21:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180805 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index d8068831773fe7f5c6093fecd6c8baf87c42d152..080a81a8d5ad86828818b507e9faf67cc1255e59 100644 (file)
@@ -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.