diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-06 15:40:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-06 15:40:37 +0000 |
commit | a0de5c8f21a73f33a366e742a7c6bd677865b637 (patch) | |
tree | a3ad9964bd1bd6964d9ea6ad181b7606fa17b2f4 /llvm/docs/OpenProjects.html | |
parent | fb2054c40b37ff1b52cbf98c45fa9eac4a420a4e (diff) | |
download | bcm5719-llvm-a0de5c8f21a73f33a366e742a7c6bd677865b637.tar.gz bcm5719-llvm-a0de5c8f21a73f33a366e742a7c6bd677865b637.zip |
Loop unroller doesn't necessarily need to be profile driven
llvm-svn: 7637
Diffstat (limited to 'llvm/docs/OpenProjects.html')
-rw-r--r-- | llvm/docs/OpenProjects.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/OpenProjects.html b/llvm/docs/OpenProjects.html index b24f195beba..740c9db1030 100644 --- a/llvm/docs/OpenProjects.html +++ b/llvm/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> |