forked from OSchip/llvm-project
Add a stub about the inline cost rewrite.
llvm-svn: 154892
This commit is contained in:
parent
6a47837ef7
commit
be4ef0818d
|
@ -324,6 +324,9 @@ Release Notes</a>.</h1>
|
||||||
module as a whole to LLVM subsystems.</li>
|
module as a whole to LLVM subsystems.</li>
|
||||||
<li>Loads can now have range metadata attached to them to describe the
|
<li>Loads can now have range metadata attached to them to describe the
|
||||||
possible values being loaded.</li>
|
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>
|
<li>....</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue