diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-02-28 14:48:15 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-02-28 14:48:15 +0000 |
commit | d40991bf83506275dcb3bf04fe5aaad1e0815f8e (patch) | |
tree | 545f86795106fb3709acaaa95d103a4c88cb27ff | |
parent | c28197e619ae5a2bfbd2877862d6e8c4a08a5168 (diff) | |
download | bcm5719-llvm-d40991bf83506275dcb3bf04fe5aaad1e0815f8e.tar.gz bcm5719-llvm-d40991bf83506275dcb3bf04fe5aaad1e0815f8e.zip |
Format non-affine subregions news item
llvm-svn: 230852
-rw-r--r-- | polly/www/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/polly/www/index.html b/polly/www/index.html index d091f97bff7..7f19ef18efe 100644 --- a/polly/www/index.html +++ b/polly/www/index.html @@ -73,9 +73,11 @@ <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> + <h4>Polly allows now non-affine subregions</h4> + Data-dependent or floating point conditionals inside a SCoP can now be + overapproximated in order to increase the applicability on general purpose + code. + </td> </tr> <tr><td><b>2014</b></td></tr> <tr><td width="120"><p>August</p></td> |