Add a stub about the inline cost rewrite.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 17 Apr 2012 01:13:53 +0000 (01:13 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 17 Apr 2012 01:13:53 +0000 (01:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154892 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 22ceb7417b9035a5990d610dafd0742c5417272f..54cfa20568d0c605eabdec73cc64fa472e583fa1 100644 (file)
@@ -324,6 +324,9 @@ Release Notes</a>.</h1>
         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>