Skip to content

Commit

Permalink
Update the release notes about the vectorizers.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179564 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nadavrot committed Apr 15, 2013
1 parent e9a4411 commit 74cd12b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@ has the following features:
- Vectorization of function calls
- Partial unrolling during vectorization

The loop vectorizer is now enabled by default for -O3.

SLP Vectorizer
--------------

LLVM now has a new SLP vectorizer. The new SLP vectorizer is not enabled by
default but can be enabled using the clang flag -fslp-vectorize. The BB-vectorizer
can also be enabled using the command line flag -fslp-vectorize-aggressive.

R600 Backend
------------

Expand Down

0 comments on commit 74cd12b

Please sign in to comment.