From c2a5730118acf727032271221398ea1cb903dd3f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Oct 2004 22:25:28 +0000 Subject: [PATCH] Add project git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16631 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/OpenProjects.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/OpenProjects.html b/docs/OpenProjects.html index da5639eac6a..b4050819d1b 100644 --- a/docs/OpenProjects.html +++ b/docs/OpenProjects.html @@ -283,6 +283,8 @@ profiling code to work with the generic profiling interfaces.
    +
  1. Implement GVN-PRE, a + powerful and simple Partial Redundancy Elimination algorithm for SSA form
  2. Implement a Dependence Analysis Infrastructure
    - Design some way to represent and query dep analysis
  3. Implement a strength reduction pass
  4. -- 2.34.1