Alex Denisov via llvm-dev
2019-Oct-02 10:18 UTC
[llvm-dev] Low-level IR mutations for LLVM Bitcode
Hi folks, Recently, I have extracted parts of a project into a separate library. Since it is generic enough I thought that someone else may benefit from it as well. Here is the link and brief description: libirm is a library for low-level IR mutations of LLVM <https://llvm.org> Bitcode. The set of currently available mutations is driven by the needs of the Mull <https://github.com/mull-project/mull> project, so it is not exhaustive. https://github.com/mull-project/libirm Cheers, Alex. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191002/c043886f/attachment.html>