mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[docs] Update name of vectorization interleave flag.
llvm-svn: 304370
This commit is contained in:
parent
1848150600
commit
06e7a73dd8
@ -44,12 +44,12 @@ Users can control the vectorization SIMD width using the command line flag "-for
|
||||
$ clang -mllvm -force-vector-width=8 ...
|
||||
$ opt -loop-vectorize -force-vector-width=8 ...
|
||||
|
||||
Users can control the unroll factor using the command line flag "-force-vector-unroll"
|
||||
Users can control the unroll factor using the command line flag "-force-vector-interleave"
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ clang -mllvm -force-vector-unroll=2 ...
|
||||
$ opt -loop-vectorize -force-vector-unroll=2 ...
|
||||
$ clang -mllvm -force-vector-interleave=2 ...
|
||||
$ opt -loop-vectorize -force-vector-interleave=2 ...
|
||||
|
||||
Pragma loop hint directives
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
Loading…
x
Reference in New Issue
Block a user