mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 01:12:53 +00:00
docs: Remove reference to a deprecated flag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
67a08f2331
commit
bfc9a5a17e
@ -428,12 +428,3 @@ through clang using the command line flag:
|
||||
.. code-block:: console
|
||||
|
||||
$ clang -fno-slp-vectorize file.c
|
||||
|
||||
LLVM has a second basic block vectorization phase
|
||||
which is more compile-time intensive (The BB vectorizer). This optimization
|
||||
can be enabled through clang using the command line flag:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ clang -fslp-vectorize-aggressive file.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user