Loop unroller doesn't necessarily need to be profile driven
llvm-svn: 7637
This commit is contained in:
parent
fb2054c40b
commit
a0de5c8f21
|
|
@ -242,6 +242,7 @@ Ideas for profile guided transformations:<p>
|
||||||
<li>Value range propagation pass
|
<li>Value range propagation pass
|
||||||
<li>Implement a tail recursion elimination pass
|
<li>Implement a tail recursion elimination pass
|
||||||
<li>Implement an unswitching pass
|
<li>Implement an unswitching pass
|
||||||
|
<li>Write a loop unroller, with a simple heuristic for when to unroll
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
|
|
@ -279,6 +280,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 Jul 25 13:04:03 CDT 2003
|
Last modified: Wed Aug 6 10:40:05 CDT 2003
|
||||||
<!-- hhmts end -->
|
<!-- hhmts end -->
|
||||||
</font></body></html>
|
</font></body></html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue