From f6bb18341244d44ef36790d8f5531a48af9268dc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 6 Aug 2003 15:40:37 +0000 Subject: [PATCH] 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 --- docs/OpenProjects.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index b24f195beba..740c9db1030 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -242,6 +242,7 @@ Ideas for profile guided transformations:

  • Value range propagation pass
  • Implement a tail recursion elimination pass
  • Implement an unswitching pass +
  • Write a loop unroller, with a simple heuristic for when to unroll @@ -279,6 +280,6 @@ Ideas for profile guided transformations:

    Chris Lattner
    -Last modified: Fri Jul 25 13:04:03 CDT 2003 +Last modified: Wed Aug 6 10:40:05 CDT 2003 -- 2.34.1