[llvm-dev] need more information about the two classes of CallInst and CastInst

陳韋任 via llvm-dev llvm-dev at lists.llvm.org
Sun Jun 4 00:32:46 PDT 2017


  CallInst and CastInst are both LLVM IR, besides [1][2], you might also
check LangRef [3] and Clang [4] (the FE creates LLVM IR).

[1] http://llvm.org/docs/doxygen/html/classllvm_1_1CallInst.html
[2] http://llvm.org/docs/doxygen/html/classllvm_1_1CastInst.html
[3] http://llvm.org/docs/LangRef.html
[4] https://clang.llvm.org/

HTH,
chenwj


2017-06-04 15:25 GMT+08:00 曾杰 via llvm-dev <llvm-dev at lists.llvm.org>:

> Hello, everyone.
>   I want to know more about the classes of CallInst and CastInst, but i
> can just find some information of them in the InstrTypes.h file. Can you
> offer me more materials about the two important classes?  If there are some
> cases, that is better.
> Thank you!
>
> 2017/6/4
> Jay
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>


-- 
Wei-Ren Chen (陳韋任)
Homepage: https://people.cs.nctu.edu.tw/~chenwj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170604/e15d90e9/attachment-0001.html>


More information about the llvm-dev mailing list