mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 22:11:50 +00:00
revert an accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171098 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
755841d9d7
commit
00ba3014d8
@ -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…
x
Reference in New Issue
Block a user