1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Document our desire to enable the loop vectorizer on -Os in future releases.

llvm-svn: 179511
This commit is contained in:
Nadav Rotem 2013-04-15 05:56:55 +00:00
parent 9ab9988081
commit 0e89041496

View File

@ -22,6 +22,7 @@ Usage
-----
LLVM's Loop Vectorizer is now enabled by default for -O3.
We plan to enable parts of the Loop Vectorizer on -O2 and -Os in future releases.
The vectorizer can be disabled using the command line:
.. code-block:: console