diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-02-25 21:20:57 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-02-25 21:20:57 +0000 |
commit | a8727861b574f73f90772c8a2c557dbb2c576c8a (patch) | |
tree | 6ab7c76f1d46f5138d072cc00c40ec87435dc13f | |
parent | 082a336a8913c661aea1d4f06cb79804171c016b (diff) | |
download | bcm5719-llvm-a8727861b574f73f90772c8a2c557dbb2c576c8a.tar.gz bcm5719-llvm-a8727861b574f73f90772c8a2c557dbb2c576c8a.zip |
Add non-affine subregions to the TODO list
llvm-svn: 230545
-rw-r--r-- | polly/www/todo.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polly/www/todo.html b/polly/www/todo.html index 8075414e88c..0635f5c2f2d 100644 --- a/polly/www/todo.html +++ b/polly/www/todo.html @@ -110,6 +110,12 @@ Pointer Comparisions </th><td align="center" class='done'> Done </td><td> </td></tr> +<tr> +<th align="left"> +Non-affine subregions +</th><td align="center" class='done'> Done +</td><td> Johannes +</td></tr> <tr><td colspan='4'> </td></tr> <tr><th colspan="3" style="background: rgb(239, 239, 239);"> Polly as an |