[polly] r230852 - Format non-affine subregions news item

Johannes Doerfert doerfert at cs.uni-saarland.de
Sat Feb 28 06:48:16 PST 2015


Author: jdoerfert
Date: Sat Feb 28 08:48:15 2015
New Revision: 230852

URL: http://llvm.org/viewvc/llvm-project?rev=230852&view=rev
Log:
Format non-affine subregions news item

Modified:
    polly/trunk/www/index.html

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=230852&r1=230851&r2=230852&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Sat Feb 28 08:48:15 2015
@@ -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>





More information about the llvm-commits mailing list