[polly] r225390 - todo: Adding native OpenSCoP support to Polly does not seem desirable

Tobias Grosser tobias at grosser.es
Wed Jan 7 13:18:35 PST 2015


Author: grosser
Date: Wed Jan  7 15:18:35 2015
New Revision: 225390

URL: http://llvm.org/viewvc/llvm-project?rev=225390&view=rev
Log:
todo: Adding native OpenSCoP support to Polly does not seem desirable

This would add another library dependency to Polly. In many cases the
JSCoP interface we have should be enough and an external JSCoP <> OpenSCoP
converter could be written. We can reconsider this if new use cases show up.

Modified:
    polly/trunk/www/todo.html

Modified: polly/trunk/www/todo.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/todo.html?rev=225390&r1=225389&r2=225390&view=diff
==============================================================================
--- polly/trunk/www/todo.html (original)
+++ polly/trunk/www/todo.html Wed Jan  7 15:18:35 2015
@@ -316,11 +316,6 @@ dead code elimination</a>
 </th><td class="done">Done
 </td><td>
 </td></tr>
-<th align="left"> <a
-href="http://llvm.org/bugs/show_bug.cgi?id=10229">OpenSCoP Import/Export</a>
-</th><td class="nice">Open
-</td><td>
-</td></tr>
 
 <tr><td colspan='4'> </td></tr>
 <tr><th colspan="3" style="background: rgb(239, 239, 239);"> Back End</th></tr>





More information about the llvm-commits mailing list