Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/polly/www
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-04-09 15:10:36 +0300
committerTobias Grosser <tobias@grosser.es>2015-04-09 15:10:36 +0300
commitfd965b35e986fc73a6bce855fda89d8c85278c6f (patch)
tree2bd718f534a1fcc67c9b0dd356ead88462d5329f /polly/www
parent59886f3c1a5253212f06912ac707337cba6d5525 (diff)
Do not recommend -polly-vectorizer=polly
Instead, we recommend -polly-vectorizer=stripmine, which pre-vectorizers outer loops for the LoopVectorizer to take over. llvm-svn: 234478
Diffstat (limited to 'polly/www')
-rw-r--r--polly/www/example_load_Polly_into_clang.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/www/example_load_Polly_into_clang.html b/polly/www/example_load_Polly_into_clang.html
index 629f1e67c06b..db0dc4cb8007 100644
--- a/polly/www/example_load_Polly_into_clang.html
+++ b/polly/www/example_load_Polly_into_clang.html
@@ -66,9 +66,9 @@ also need to add <b>-mllvm -polly-parallel -lgomp</b> to your CFLAGS.
<h2>Automatic Vector code generation</h2>
Automatic vector code generation can be enabled by adding <b>-mllvm
--polly-vectorizer=polly</b> to your CFLAGS.
+-polly-vectorizer=stripmine</b> to your CFLAGS.
-<pre class="code">pollycc -O3 -mllvm -polly -mllvm -polly-vectorizer=polly file.c</pre>
+<pre class="code">pollycc -O3 -mllvm -polly -mllvm -polly-vectorizer=stripmine file.c</pre>
<h2>Extract a preoptimized LLVM-IR file</h2>