search for: 3a4f7735

Displaying 3 results from an estimated 3 matches for "3a4f7735".

2009 May 24
0
[LLVMdev] mixing static/dynamic code
Paul Martin wrote: > Hi, > I have the following code, the lines preceded by `>` being added at > runtime (the snipped was also printed at runtime) > > define i32 @myfunc(i32 %pi) { > entry: > %pi_addr = alloca i32 ; <i32*> [#uses=3] > %retval = alloca i32 ; <i32*> [#uses=2] > %tmp = alloca i32 ;
2009 May 24
3
[LLVMdev] mixing static/dynamic code
Hi, I have the following code, the lines preceded by `>` being added at runtime (the snipped was also printed at runtime) define i32 @myfunc(i32 %pi) { entry: %pi_addr = alloca i32 ; <i32*> [#uses=3] %retval = alloca i32 ; <i32*> [#uses=2] %tmp = alloca i32 ; <i32*> [#uses=2] > %ptr32 = alloca i32
2009 May 24
2
[LLVMdev] mixing static/dynamic code
...> LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090524/3a4f7735/attachment.html>