Closed as not planned
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.