[llvm-dev] Low-level IR mutations for LLVM Bitcode

Alex Denisov via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 2 03:18:53 PDT 2019


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>


More information about the llvm-dev mailing list