[llvm] r180805 - Update the release notes about the min/max reductions that Arnold added.

Nadav Rotem nrotem at apple.com
Tue Apr 30 14:04:05 PDT 2013


Author: nadav
Date: Tue Apr 30 16:04:04 2013
New Revision: 180805

URL: http://llvm.org/viewvc/llvm-project?rev=180805&view=rev
Log:
Update the release notes about the min/max reductions that Arnold added.


Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=180805&r1=180804&r2=180805&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Apr 30 16:04:04 2013
@@ -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.
 





More information about the llvm-commits mailing list