mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Add a note about implementing interprocedural register allocation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14569 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db67ecd49d
commit
750c425d76
@ -303,6 +303,10 @@ profiling code to work with the generic profiling interfaces.</li>
|
||||
<li>Implement a better instruction selector</li>
|
||||
<li>Implement support for the "switch" instruction without requiring the
|
||||
lower-switches pass.</li>
|
||||
<li>Implement interprocedural register allocation. The CallGraphSCCPass can be
|
||||
used to implement a bottom-up analysis that will determine the *actual*
|
||||
registers clobbered by a function. Use the pass to fine tune register usage
|
||||
in callers based on *actual* registers used by the callee.</li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user