mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-21 01:26:35 +00:00
Use an interpreter in MIR jump threading This allows to understand assignments of aggregate constants. This case appears more frequently with GVN promoting aggregates to constants.