[polly] r265410 - [WWW] Update passes

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 09:15:45 PDT 2016


Author: jdoerfert
Date: Tue Apr  5 11:15:44 2016
New Revision: 265410

URL: http://llvm.org/viewvc/llvm-project?rev=265410&view=rev
Log:
[WWW] Update passes

Modified:
    polly/trunk/www/documentation/passes.html

Modified: polly/trunk/www/documentation/passes.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/passes.html?rev=265410&r1=265409&r2=265410&view=diff
==============================================================================
--- polly/trunk/www/documentation/passes.html (original)
+++ polly/trunk/www/documentation/passes.html Tue Apr  5 11:15:44 2016
@@ -20,16 +20,13 @@
 
 <h2>Front End</h2>
 <ul>
-<li><em>polly-prepare</em> Prepare code for Polly</li>
+<li><em>polly-canonicalize</em> Prepare code for Polly</li>
 <li><em>polly-detect</em> Detect SCoPs in functions</li>
-<li><em>polly-analyze-ir</em> Analyse the LLVM-IR in the detected SCoPs</li>
-<li><em>polly-independent</em> Create independent blocks</li>
 <li><em>polly-scops</em> Create polyhedral description of SCoPs</li>
 </ul>
 <h2>Middle End</h2>
 <ul>
 <li><em>polly-dependences</em> Calculate the dependences in a SCoPs</li>
-<li><em>polly-opt-pocc</em> Optimize the SCoP using PoCC [removed after <a href="http://llvm.org/releases/download.html#3.4.2">LLVM 3.4.2</a>]</li>
 <li><em>polly-opt-isl</em> Optimize the SCoP using isl</li>
 <li>Import/Export
 <ul>




More information about the llvm-commits mailing list