rust/src/librustc_mir
Mazdak Farrokhzad 426a4cc930
Rollup merge of #69934 - andjo403:inlinecost, r=wesleywiser
Update the mir inline costs

handle that when mir is lowered to llvm-ir more code is generated.
Landingpads generates 10 llvm-ir instructions
and resume 9 llvm-ir instructions.

r? @wesleywiser
2020-03-21 08:51:12 +01:00
..
borrow_check Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum 2020-03-21 05:33:31 +01:00
const_eval remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
dataflow remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
interpret Rollup merge of #70189 - RalfJung:is_signed, r=eddyb 2020-03-21 05:33:35 +01:00
monomorphize remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
transform Rollup merge of #69934 - andjo403:inlinecost, r=wesleywiser 2020-03-21 08:51:12 +01:00
util
Cargo.toml use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
lib.rs Add requisite feature gates for const assert 2020-03-17 11:15:40 -07:00
shim.rs rustc: don't resolve Instances which would produce malformed shims. 2020-03-15 23:13:40 +02:00