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

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


Of course, in this sense they are not platform-dependent. I just want to
write a semantics-correct version of such intrinsics and let my static
analyzer goes smoothly.

On Tue, Mar 26, 2019 at 2:03 PM div code <divsubmission at gmail.com> wrote:

> 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/969829f8/attachment.html>


More information about the llvm-dev mailing list