summaryrefslogtreecommitdiff
path: root/docs/OpenProjects.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-06 15:40:37 +0000
committerChris Lattner <sabre@nondot.org>2003-08-06 15:40:37 +0000
commitf6bb18341244d44ef36790d8f5531a48af9268dc (patch)
treeeb56d0cd76ff30eb73138895616a29bbdb1ee84f /docs/OpenProjects.html
parent2959b6ec49be09096cf0a5e7504d2a1ec15ef2b3 (diff)
downloadllvm-f6bb18341244d44ef36790d8f5531a48af9268dc.tar.gz
llvm-f6bb18341244d44ef36790d8f5531a48af9268dc.tar.bz2
llvm-f6bb18341244d44ef36790d8f5531a48af9268dc.tar.xz
Loop unroller doesn't necessarily need to be profile driven
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7637 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/OpenProjects.html')
-rw-r--r--docs/OpenProjects.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html
index b24f195beb..740c9db103 100644
--- a/docs/OpenProjects.html
+++ b/docs/OpenProjects.html
@@ -242,6 +242,7 @@ Ideas for profile guided transformations:<p>
<li>Value range propagation pass
<li>Implement a tail recursion elimination pass
<li>Implement an unswitching pass
+<li>Write a loop unroller, with a simple heuristic for when to unroll
</ol>
<!-- ======================================================================= -->
@@ -279,6 +280,6 @@ Ideas for profile guided transformations:<p>
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Aug 6 15:00:33 CDT 2002 -->
<!-- hhmts start -->
-Last modified: Fri Jul 25 13:04:03 CDT 2003
+Last modified: Wed Aug 6 10:40:05 CDT 2003
<!-- hhmts end -->
</font></body></html>