Displaying 1 result from an estimated 1 matches for "stmtcollector".
2009 Sep 29
2
[LLVMdev] Source-to-Source transformations
Dear LLVM Members,
I have started using LLVM for my project two weeks ago and I would be
grateful if you could give me some information for writing a
source-to-source transformation pass. More specifically, I want to apply
a source-level transformation is some functions of my input program in
order to create work chunks. For example, given the following function:
void foo() {