[LLVMdev] types allowed for intrinsics?

Vinod Grover vgrover528 at gmail.com
Mon Jul 13 23:56:26 CDT 2009


If the bitcast is connected to the intrinsic in the SelectionDAG then yes we
can see through it and get to the symbolic variable; but if it is hoisted to
another basic block then we have to somehow "chase it up"
Vinod


On Mon, Jul 13, 2009 at 9:27 PM, Eli Friedman <eli.friedman at gmail.com>wrote:

>
> For a normal intrinsic, if you're using LLVM CodeGen, it shouldn't be
> possible to distinguish normally, and otherwise, you should be able to
> look through the bitcast.
>
> -Eli
> _______________________________________________
> 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.cs.uiuc.edu/pipermail/llvmdev/attachments/20090713/b3ab4cd4/attachment.html 


More information about the LLVMdev mailing list