rust/compiler/rustc_codegen_ssa
Oli Scherer 7839cb963f Change enum->int casts to not go through MIR casts.
Instead we generate a discriminant rvalue and cast the result of that.
2022-06-30 07:47:07 +00:00
..
src Change enum->int casts to not go through MIR casts. 2022-06-30 07:47:07 +00:00
Cargo.toml Rollup merge of #97633 - mkroening:object-osabi, r=petrochenkov 2022-06-24 16:43:43 +09:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.