diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-02-28 14:46:26 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-02-28 14:46:26 +0000 |
commit | c28197e619ae5a2bfbd2877862d6e8c4a08a5168 (patch) | |
tree | 58cf8ddedab4529f4b5f22ad9b2c22962bc9c027 | |
parent | 81c0d9f9003e49034e23a820e10cb35d64d297d4 (diff) | |
download | bcm5719-llvm-c28197e619ae5a2bfbd2877862d6e8c4a08a5168.tar.gz bcm5719-llvm-c28197e619ae5a2bfbd2877862d6e8c4a08a5168.zip |
Add non-affine subregions to the news
llvm-svn: 230851
-rw-r--r-- | polly/www/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/polly/www/index.html b/polly/www/index.html index bd869edbf54..d091f97bff7 100644 --- a/polly/www/index.html +++ b/polly/www/index.html @@ -70,6 +70,13 @@ <!--=====================================================================--> <table id="news"> + <tr><td><b>2015</b></td></tr> + <tr><td width="120"><p>February</p></td> + <td> + <h4>Polly allows now non-affine subregions (e.g., data-dependent + conditionals) inside a SCoP. This change increases the applicability on + general purpose code drastically.</td> + </tr> <tr><td><b>2014</b></td></tr> <tr><td width="120"><p>August</p></td> <td> |