This issue tracks the regression in ConstProp due to https://github.com/rust-lang/rust/pull/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.
This issue tracks the regression in ConstProp due to #110719
Regressed optimizations:
Remaining to do: