mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
revert an accidental commit.
llvm-svn: 171098
This commit is contained in:
parent
e11b743aa8
commit
034faa077d
@ -183,18 +183,6 @@ vectorization is profitable.
|
||||
A[i] += 4 * B[i];
|
||||
}
|
||||
|
||||
|
||||
Vectorization of Special Idioms
|
||||
-------------------------------
|
||||
|
||||
The Loop Vectorizer can detect and vectorize
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
for ( k=1 ; k<n ; k++ ) {
|
||||
x[k] = x[k-1] + y[k];
|
||||
}
|
||||
|
||||
Vectorization of function calls
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user