rust/compiler/rustc_codegen_llvm
Ralf Jung 956a6c064d Merge ref '88bd39beb3' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: 88bd39beb3
Filtered ref: 7c1fca92d3f0e2336a4dc7665fe2bade6c7ec2eb
Upstream diff: c871d09d1c...88bd39beb3

This merge was created using https://github.com/rust-lang/josh-sync.
2025-11-28 10:33:46 +01:00
..
src Merge ref '88bd39beb3' from rust-lang/rust 2025-11-28 10:33:46 +01:00
Cargo.toml Only try to link against offload functions if llvm.enzyme is enabled 2025-11-23 00:19:53 -08:00
messages.ftl Implement offload intrinsic 2025-11-25 20:04:27 +01:00
README.md mv compiler to compiler/ 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.