rust/compiler/rustc_codegen_llvm
Vadim Petrochenkov 4782bbc568 Revert "Deduplicate template parameter creation"
This reverts commit 6adc2c1fd6.

(cherry picked from commit 38f7060a73)
2025-04-17 10:26:17 -07:00
..
src Revert "Deduplicate template parameter creation" 2025-04-17 10:26:17 -07:00
Cargo.toml bump thorin to drop duped deps 2025-03-24 19:38:16 +03:00
messages.ftl update autodiff flags 2025-02-21 21:51:20 -05: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.