diff options
| author | Nadav Rotem <nrotem@apple.com> | 2013-04-30 21:04:04 +0000 |
|---|---|---|
| committer | Nadav Rotem <nrotem@apple.com> | 2013-04-30 21:04:04 +0000 |
| commit | 4b01c3a45d735a5b57096233435f57cee170e9a9 (patch) | |
| tree | 498af32cefc86171c5c16d02c4ec50cca719b1ed /llvm/docs/ReleaseNotes.rst | |
| parent | 433de170ee1dc2c785524e41b9ada84b04f46775 (diff) | |
| download | bcm5719-llvm-4b01c3a45d735a5b57096233435f57cee170e9a9.tar.gz bcm5719-llvm-4b01c3a45d735a5b57096233435f57cee170e9a9.zip | |
Update the release notes about the min/max reductions that Arnold added.
llvm-svn: 180805
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index d8068831773..080a81a8d5a 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/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. |

