forked from OSchip/llvm-project
Add a note about implementing interprocedural register allocation.
llvm-svn: 14569
This commit is contained in:
parent
dcecac198e
commit
f03b63de59
|
@ -303,6 +303,10 @@ profiling code to work with the generic profiling interfaces.</li>
|
||||||
<li>Implement a better instruction selector</li>
|
<li>Implement a better instruction selector</li>
|
||||||
<li>Implement support for the "switch" instruction without requiring the
|
<li>Implement support for the "switch" instruction without requiring the
|
||||||
lower-switches pass.</li>
|
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>
|
</ol>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue