[llvm-dev] Implement LLVM Intrinsics in C/LLVM IR

div code via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 26 06:03:23 PDT 2019


Hello,

I am basically working on a static analysis project on LLVM IR, and the
problem is that I will need to simulate the execution of a few LLVM
Intrinsic, such as llvm.bswap.i160, and llvm.ctlz.i256.

I am wondering if there has been some already implemented sample code,
regarding these intrinsics? Either C or LLVM IR. Thanks a lot!

Best,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190326/4c44252b/attachment.html>


More information about the llvm-dev mailing list