mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Update the release notes about the vectorizers.
llvm-svn: 179564
This commit is contained in:
parent
40ad92b46d
commit
bd23c18b1d
@ -119,6 +119,15 @@ has the following features:
|
|||||||
- Vectorization of function calls
|
- Vectorization of function calls
|
||||||
- Partial unrolling during vectorization
|
- 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
|
R600 Backend
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user