Displaying 2 results from an estimated 2 matches for "kalpana".
2011 Mar 24
5
[LLVMdev] regarding LLVM Pass
Hi All,
I am a newbie to LLVM and I would like to write an LLVM pass where I can
transform C code. Say, I would like to introduce a print statement after
every loop. Could you please provide me any hints as how I should proceed
to write such transformation using LLVM?
Also, I would like to analyze C Code and transform. Say, I would like to
use Alias analysis and decide to introduce print
2011 Mar 24
0
[LLVMdev] regarding LLVM Pass
On Wed, Mar 23, 2011 at 9:15 PM, Gondi, Kalpana <kgondi2 at uic.edu> wrote:
> Hi All,
> I am a newbie to LLVM and I would like to write an LLVM pass where I can
> transform C code. Say, I would like to introduce a print statement after
> every loop. Could you please provide me any hints as how I should proceed
> to write su...