Files
rust/compiler/rustc_codegen_llvm
The rustc-josh-sync Cronjob Bot 763749c481 Merge ref '1be6b13be73d' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 1be6b13be7
Filtered ref: c2f66d57037ceb012cfd97c83feff7e7edb7dd40
Upstream diff: https://github.com/rust-lang/rust/compare/d3e1ccdf40ae7b7a6dc81edc073d80dad7b66f75...1be6b13be73dc12e98e51b403add4c41a0b77759

This merge was created using https://github.com/rust-lang/josh-sync.
2025-11-27 06:58:54 +00:00
..
2025-11-25 20:04:27 +01:00
2020-08-30 18:45:07 +03:00

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.