Displaying 1 result from an estimated 1 matches for "1015095".
Did you mean:
101095
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