-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed as not planned
Labels
A-MIRArea: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.htmlArea: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.htmlA-mir-optArea: MIR optimizationsArea: MIR optimizations
Description
This issue tracks the regression in ConstProp due to #110719
Regressed optimizations:
- array indexing;
- non-scalar constants;
- assignment of immutable statics;
- creating rvalues with non-scalar types;
- integer-to-pointer transmutes;
- transmutes of scalar enums.
Remaining to do:
- port const-prop-lint pass to this new implementation.
saethlin, matthiaskrgr, Noratrieb and TaKO8Ki
Metadata
Metadata
Assignees
Labels
A-MIRArea: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.htmlArea: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.htmlA-mir-optArea: MIR optimizationsArea: MIR optimizations