Displaying 3 results from an estimated 3 matches for "keoncheol".
2007 Oct 31
2
[LLVMdev] how to get the address of operand
Hi,
I tried to write code transformation pass using LLVM.
But I couldn't find how to get the address of some operand (i.e. '&'
operation in C).
If an integer type variable is generated by AllocaInst(), is there any
method to get the address of that variable?
Thanks,
Keoncheol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071031/8f01e5e4/attachment.html>
2008 Mar 12
3
[LLVMdev] Question about use-def chain
...i32
store i32 0, i32* %i, align 4
%tmp1 = load i32* %i, align 4
If I apply a use-def chain to load instruction, I get alloca instruction.
I think store instruction is a correct use-def chain.
Am I right?
Is there any other method to iterate over a use-def chain in this case?
Regards,
Keoncheol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080312/89284d4d/attachment.html>
2007 Nov 18
0
[LLVMdev] How to create a new pass using Visual Studio
Hi,
I tried to write a new pass using Visual Studio.
On linux, I can run the pass as bellows.
A shared object is built by Makefile and dynamically loaded by opt via -load
option.
How can I run a new pass on Window?
Thanks,
Keoncheol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20071119/48d3483d/attachment.html>