Displaying 3 results from an estimated 3 matches for "gondi".
Did you mean:
gandi
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
Hi, Gondi
> Finally, did anyone compile Linux kernel using LLVM and booted the same? I
> am facing the error like "unsupported inline asm:...".
It seems that LLVM does not support all inline assembly.
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Parallel Processing Lab, Institute of Informati...
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...