1
0
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:
Nadav Rotem 2012-12-26 06:16:03 +00:00
parent e11b743aa8
commit 034faa077d

View File

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^