[cfe-dev] Can I establish a relation between a SCoP in LLVM-IR and the corresponding line number in C-code?

Sven Verdoolaege skimo-cfe at kotnet.org
Tue Jan 17 07:26:37 PST 2012


On Tue, Jan 17, 2012 at 04:19:34PM +0100, Pieter Custers wrote:
> Well, its not that I really need them in a canonical form. This is needed for Polly to output information in a polyhedral form. What I need is polyhedral information about loops/loop-nests in the source code to analyze them. The analyzed information must stay in relation to the source code as this information is input to a tool that does a source2source compilation on the source-code. Can I use pet for this?

If you're doing source-to-source, then pet probably is the best
choice at this moment.  At least that's what we argue in
http://impact.gforge.inria.fr/impact2012/workshop_IMPACT/verdoolaege.pdf

If you want to talk more about pet, then we should probably
take the discussion off cfe-dev.

skimo



More information about the cfe-dev mailing list