mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 06:47:34 +00:00
38a0b81b1c
Rollup of 3 pull requests Successful merges: - #94659 (explain why shift with signed offset works the way it does) - #94671 (fix pin doc typo) - #94672 (Improved error message for failed bitcode load) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
The codegen
crate contains the code to convert from MIR into LLVM IR,
and then from LLVM IR into machine code. In general it contains code
that runs towards the end of the compilation process.
For more information about how codegen works, see the rustc dev guide.