rust/compiler/rustc_codegen_ssa/src/mir
Dylan DPC c150b933ac
Rollup merge of #78844 - tmiasko:monomorphize-sizeof, r=oli-obk
Monomorphize a type argument of size-of operation during codegen

This wasn't necessary until MIR inliner started to consider drop glue as
a candidate for inlining; introducing for the first time a generic use
of size-of operation.

No test at this point since this only happens with a custom inlining
threshold.
2020-11-09 19:07:02 +01:00
..
analyze.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
block.rs rustc_mir: support MIR-inlining #[track_caller] functions. 2020-10-21 04:43:56 +03:00
constant.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
coverageinfo.rs Addressed all feedback to date 2020-11-05 18:24:17 -08:00
debuginfo.rs Deduplicate span and dbg_scope adjustment 2020-10-26 13:04:52 +00:00
intrinsic.rs Replace target.target with target and target.ptr_width with target.pointer_width 2020-10-15 12:02:24 +02:00
mod.rs inliner: Use substs_for_mir_body 2020-11-06 00:00:00 +00:00
operand.rs Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddyb 2020-09-01 07:44:34 +00:00
place.rs Replace target.target with target and target.ptr_width with target.pointer_width 2020-10-15 12:02:24 +02:00
rvalue.rs Monomorphize a type argument of size-of operation during codegen 2020-11-07 00:00:00 +00:00
statement.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00