mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
Remove implemented projects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5628 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -197,7 +197,6 @@ to take advantage of this...<p>
|
|||||||
<li>Implement alias analysis based optimizations:
|
<li>Implement alias analysis based optimizations:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Dead store elimination
|
<li>Dead store elimination
|
||||||
<li>Location invariant Code Motion (LcICM)
|
|
||||||
<li>Store+Reload or "store forwarding" elimination:<p>
|
<li>Store+Reload or "store forwarding" elimination:<p>
|
||||||
Change:
|
Change:
|
||||||
<pre>
|
<pre>
|
||||||
@@ -207,7 +206,6 @@ to take advantage of this...<p>
|
|||||||
<pre>
|
<pre>
|
||||||
store int X, int *P
|
store int X, int *P
|
||||||
Y = X</pre>
|
Y = X</pre>
|
||||||
<li>Register promotion (move loads and stores out of loop bodies, for example)
|
|
||||||
</ul>
|
</ul>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
@@ -287,6 +285,6 @@ Ideas for profile guided transformations:<p>
|
|||||||
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
|
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
|
||||||
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
|
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
|
||||||
<!-- hhmts start -->
|
<!-- hhmts start -->
|
||||||
Last modified: Fri Feb 7 13:24:26 CST 2003
|
Last modified: Wed Feb 26 10:37:31 CST 2003
|
||||||
<!-- hhmts end -->
|
<!-- hhmts end -->
|
||||||
</font></body></html>
|
</font></body></html>
|
||||||
|
Reference in New Issue
Block a user