[llvm-commits] [llvm] r154892 - /llvm/trunk/docs/ReleaseNotes.html

Chandler Carruth chandlerc at gmail.com
Mon Apr 16 18:13:53 PDT 2012


Author: chandlerc
Date: Mon Apr 16 20:13:53 2012
New Revision: 154892

URL: http://llvm.org/viewvc/llvm-project?rev=154892&view=rev
Log:
Add a stub about the inline cost rewrite.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=154892&r1=154891&r2=154892&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Apr 16 20:13:53 2012
@@ -324,6 +324,9 @@
         module as a whole to LLVM subsystems.</li>
     <li>Loads can now have range metadata attached to them to describe the
         possible values being loaded.</li>
+    <li>Inline cost heuristics have been completely overhauled and now closely
+        model constant propagation through call sites, disregard trivially dead
+        code costs, and can model C++ STL iterator patterns.</li>
     <li>....</li>
   </ul>
 </div>





More information about the llvm-commits mailing list