mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Fix the internal link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
74cd12b73a
commit
96e0b96a91
@ -5,9 +5,9 @@ Auto-Vectorization in LLVM
|
|||||||
.. contents::
|
.. contents::
|
||||||
:local:
|
:local:
|
||||||
|
|
||||||
LLVM has two vectorizers: The :ref:`Loop Vectorizer <loop-vectorizer>`,
|
LLVM has two kind vectorizers: The :ref:`Loop Vectorizer <loop-vectorizer>`,
|
||||||
which operates on Loops, and the :ref:`Basic Block Vectorizer
|
which operates on Loops, and the :ref:`SLP Vectorizer
|
||||||
<bb-vectorizer>`, which optimizes straight-line code. These vectorizers
|
<slp-vectorizer>`, which optimizes straight-line code. These vectorizers
|
||||||
focus on different optimization opportunities and use different techniques.
|
focus on different optimization opportunities and use different techniques.
|
||||||
The BB vectorizer merges multiple scalars that are found in the code into
|
The BB vectorizer merges multiple scalars that are found in the code into
|
||||||
vectors while the Loop Vectorizer widens instructions in the original loop
|
vectors while the Loop Vectorizer widens instructions in the original loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user