Skip to Content.
Sympa Menu

svadev - Re: [svadev] Program Dependence Graph

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

Re: [svadev] Program Dependence Graph


Chronological Thread 
  • From: John Criswell <criswell AT illinois.edu>
  • To: David Lazar <lazar6 AT illinois.edu>
  • Cc: Matt Johnson <johnso87 AT illinois.edu>, svadev AT cs.uiuc.edu
  • Subject: Re: [svadev] Program Dependence Graph
  • Date: Thu, 12 Apr 2012 11:48:54 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>
  • Organization: University of Illinois

On 4/7/12 6:33 PM, David Lazar wrote:
Hi all,

Matt (CCd) and I are implementing Decoupled Software Pipelining as a
pass in LLVM. This pass requires constructing the Program Dependence
Graph (PDG) of a loop. We found a PDG implementation in an old release
of the poolalloc project:

https://llvm.org/svn/llvm-project/poolalloc/tags/RELEASE_14/lib/DSA/PgmDependenceGraph.cpp

Unfortunately, this code is too old to reuse with current versions of
LLVM. Is there a newer PDG implementation around somewhere that we can
use for our project?

I am not aware of one. You could ask on llvmdev and see if a new one exists, but I tend to doubt it.

-- John T.


Thanks,
David
_______________________________________________
svadev mailing list
svadev AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/svadev





Archive powered by MHonArc 2.6.16.

Top of Page