rust/compiler/rustc_mir
Tomasz Miąsko 6903273339 Lower intrinsics calls: forget, size_of, unreachable, wrapping_*
This allows constant propagation to evaluate `size_of` and `wrapping_*`,
and unreachable propagation to propagate a call to `unreachable`.

The lowering is performed as a MIR optimization, rather than during MIR
building to preserve the special status of intrinsics with respect to
unsafety checks and promotion.
2020-11-14 00:00:00 +00:00
..
src Lower intrinsics calls: forget, size_of, unreachable, wrapping_* 2020-11-14 00:00:00 +00:00
Cargo.toml