mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Document the loop vectorizer changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
24b339dcdc
commit
87c6157ff6
@ -52,6 +52,21 @@ Non-comprehensive list of changes in this release
|
||||
easy-to-write reStructuredText. See `llvm/docs/README.txt` for more
|
||||
information.
|
||||
|
||||
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
|
||||
|
||||
We've also improved the X86 and ARM cost model.
|
||||
|
||||
* ... next change ...
|
||||
|
||||
.. NOTE
|
||||
|
Loading…
x
Reference in New Issue
Block a user