diff options
author | Nadav Rotem <nrotem@apple.com> | 2013-04-15 05:56:55 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2013-04-15 05:56:55 +0000 |
commit | a440a356e0a6be99877f6a747caa355cd99430d8 (patch) | |
tree | 55a986376166c345b10cd1d41b45a8e1c94918b1 /llvm/docs | |
parent | 57da1fdd5556370963e8e7673feab5a09e64d05d (diff) | |
download | bcm5719-llvm-a440a356e0a6be99877f6a747caa355cd99430d8.tar.gz bcm5719-llvm-a440a356e0a6be99877f6a747caa355cd99430d8.zip |
Document our desire to enable the loop vectorizer on -Os in future releases.
llvm-svn: 179511
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/Vectorizers.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index 693a148fa54..1fb4b9ca232 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/docs/Vectorizers.rst @@ -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 |