[polly] r269809 - docs: Remove reference to PoCC

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 12:44:16 PDT 2016


Author: grosser
Date: Tue May 17 14:44:16 2016
New Revision: 269809

URL: http://llvm.org/viewvc/llvm-project?rev=269809&view=rev
Log:
docs: Remove reference to PoCC

Since several releases we do not ship any more with PoCC.

Modified:
    polly/trunk/docs/UsingPollyWithClang.rst

Modified: polly/trunk/docs/UsingPollyWithClang.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/UsingPollyWithClang.rst?rev=269809&r1=269808&r2=269809&view=diff
==============================================================================
--- polly/trunk/docs/UsingPollyWithClang.rst (original)
+++ polly/trunk/docs/UsingPollyWithClang.rst Tue May 17 14:44:16 2016
@@ -92,12 +92,8 @@ Change/Disable the Optimizer
 ----------------------------
 
 Polly uses by default the isl scheduling optimizer. The isl optimizer optimizes
-for data-locality and parallelism using the Pluto algorithm. For research it is
-also possible to run PoCC as external optimizer. PoCC provides access to the
-original Pluto implementation. To use PoCC add -polly-optimizer=pocc to the
-command line (only available if Polly was compiled with scoplib support)
-[removed after LLVM 3.4.2]. To disable the optimizer entirely use the option
--polly-optimizer=none.
+for data-locality and parallelism using the Pluto algorithm.
+To disable the optimizer entirely use the option -polly-optimizer=none.
 
 Disable tiling in the optimizer
 -------------------------------




More information about the llvm-commits mailing list