LLVM-in-Rust IR binary format (LRIR) reader and writer.
This crate implements a compact binary serialization format for
(Context, Module) pairs, enabling round-trip fidelity without
depending on the full LLVM bitcode bitstream format.
LLVM-in-Rust IR binary format (LRIR) reader and writer.
This crate implements a compact binary serialization format for
(Context, Module) pairs, enabling round-trip fidelity without
depending on the full LLVM bitcode bitstream format.