rust/compiler/rustc_codegen_llvm
Yuki Okushi e675073e73
Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa
Allow simd_shuffle to accept vectors of any length

cc ``@rust-lang/project-portable-simd`` ``@workingjubilee``
2021-09-19 17:31:29 +09:00
..
src Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa 2021-09-19 17:31:29 +09:00
Cargo.toml Use a separate interner type for UniqueTypeId 2021-09-13 14:42:06 +02:00
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.