Displaying 3 results from an estimated 3 matches for "f81f9cae".
2008 Jul 15
0
[LLVMdev] Regarding ARM CodeGen
On 2008-07-15, at 11:35, kapil anand wrote:
> I have one more query regarding the LLVM representations. In LLVM
> Infrastructure, "label" is defined as Primitive type. So, is there
> any way of using a variable of Type Label in some arithmetic
> operation or in "bitcast" instruction.
>
> Is there any other way to use label in arithmetic operations. I am
2008 Jul 15
2
[LLVMdev] Regarding ARM CodeGen
...> 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/20080715/f81f9cae/attachment.html>
2008 Jul 15
2
[LLVMdev] Regarding ARM CodeGen
Hi,
I have one more query regarding the LLVM representations. In LLVM
Infrastructure, "label" is defined as Primitive type. So, is there any way
of using a variable of Type Label in some arithmetic operation or in
"bitcast" instruction.
I tried the following code:
*label %X1:
X1:
%y = bitcast label %X1 to i32
%tmp1 = add i32 %y,2*
llvm-as gave me an error that: