mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
Add a stub about the inline cost rewrite.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154892 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
268fde43cf
commit
c76c94f9bf
@ -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
Block a user