Displaying 2 results from an estimated 2 matches for "tp60881".
2013 Sep 01
2
[LLVMdev] Distinguishing Pointer Variable and Ordinary Variable
...,9,10 of IR represents *b=a;
Now I want to recognise whether i32* %1 on line 10 is a pointer variable or
ordinary variable through llvm pass.
So how to solve this issue ???
--
View this message in context: http://llvm.1065342.n5.nabble.com/Distinguishing-Pointer-Variable-and-Ordinary-Variable-tp60881.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2013 Sep 01
0
[LLVMdev] Distinguishing Pointer Variable and Ordinary Variable
...to recognise whether i32* %1 on line 10 is a pointer variable
> or
> ordinary variable through llvm pass.
> So how to solve this issue ???
>
>
>
> --
> View this message in context:
> http://llvm.1065342.n5.nabble.com/Distinguishing-Pointer-Variable-and-Ordinary-Variable-tp60881.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next p...