Displaying 2 results from an estimated 2 matches for "raiseinstruct".
2009 Aug 08
2
[LLVMdev] Initial cut at a instruction raising patch
...%8 = load i32* %retval ; <i32> [#uses=1]
ret i32 %8
}
declare i32 @addl(i32, i32)
declare i64 @addll(i64, i64)
Could you give me any comments/criticisms?
Thanks!
-Rich
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: raiseinstructions.patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090808/c0c7fb2a/attachment.ksh>
2009 Aug 08
0
[LLVMdev] Initial cut at a instruction raising patch
...; preds = %entry
> %8 = load i32* %retval ; <i32> [#uses=1]
> ret i32 %8
> }
>
> declare i32 @addl(i32, i32)
>
> declare i64 @addll(i64, i64)
>
> Could you give me any comments/criticisms?
>
> Thanks!
>
> -Rich
> <
> raiseinstructions.patch
> >_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev