diff options
| author | Tobias Grosser <tobias@grosser.es> | 2014-01-27 14:48:17 +0000 | 
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2014-01-27 14:48:17 +0000 | 
| commit | 6a62ebdd0f30bea0112ba48e7b7b9966ff1a9505 (patch) | |
| tree | c75f4e19555334e2620af83910459d6fdc0bb6f8 | |
| parent | 4449e5265560d620cd8c7e01f9b636b70ed936fd (diff) | |
| download | bcm5719-llvm-6a62ebdd0f30bea0112ba48e7b7b9966ff1a9505.tar.gz bcm5719-llvm-6a62ebdd0f30bea0112ba48e7b7b9966ff1a9505.zip  | |
TODO: Add topic 'teach bugpoint to extract regions'
This does not only seem helpful for Polly, but it should help in general to
further reduce bugs.
llvm-svn: 200225
| -rw-r--r-- | polly/www/todo.html | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/polly/www/todo.html b/polly/www/todo.html index 3f4a8e68de9..5259e60b9ca 100644 --- a/polly/www/todo.html +++ b/polly/www/todo.html @@ -146,6 +146,10 @@ Generation</a>    <th> Owner </th>  </tr>  <tr> +<th align="left"> Teach bugpoint to extract regions +</th><td class="open"> Open +</td><td> +</td></tr>  <th align="left"> Add FORTRAN Support to the LLVM test suite  </th><td class="open"> Open  </td><td>  | 

