mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
01aec8d185
Prior to this commit, debuginfo was always generated by mapping a name to a Place. This has the side-effect that `SimplifyLocals` cannot remove locals that are only used for debuginfo because their other uses have been const-propagated. To allow these locals to be removed, we now allow debuginfo to point to a constant value. The `ConstProp` pass detects when debuginfo points to a local with a known constant value and replaces it with the value. This allows the later `SimplifyLocals` pass to remove the local. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |