projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e43e2d8
)
Remove the confusing sentence.
author
Nadav Rotem
<nrotem@apple.com>
Tue, 9 Apr 2013 04:48:40 +0000
(
04:48
+0000)
committer
Nadav Rotem
<nrotem@apple.com>
Tue, 9 Apr 2013 04:48:40 +0000
(
04:48
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179085
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/Vectorizers.rst
patch
|
blob
|
history
diff --git
a/docs/Vectorizers.rst
b/docs/Vectorizers.rst
index 2c5604496b3c8a2e9605f8fae9fc7caeb3a9c8d4..fa0f49c3ddfd675a31bc0ea12421c5fbc191711a 100644
(file)
--- a/
docs/Vectorizers.rst
+++ b/
docs/Vectorizers.rst
@@
-28,8
+28,6
@@
The vectorizer can be disabled using the command line:
$ clang ... -fno-vectorize file.c
-At this point the loop vectorizer is only enabled for -O3, and will not work for -O2 or -Os.
-
Command line flags
^^^^^^^^^^^^^^^^^^