1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Add a stub about the inline cost rewrite.

llvm-svn: 154892
This commit is contained in:
Chandler Carruth 2012-04-17 01:13:53 +00:00
parent 06871ea182
commit fe63a4f42b

View 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>