After #70271, the GT_ARR_ELEM, GT_ARR_OFFSET, and GT_ARR_INDEX nodes, and their respective GenTree structures and all related codegen, are unneeded and are dead code.
Once we are confident in the direction of #70271 (confident that we don't want to revert to the old mechanism), we should remove all this dead code, as well as the JitEarlyExpandMDArrays and JitEarlyExpandMDArraysFilter configuration values.
category:cq
theme:md-arrays
skill-level:beginner
cost:small
impact:small
After #70271, the
GT_ARR_ELEM,GT_ARR_OFFSET, andGT_ARR_INDEXnodes, and their respective GenTree structures and all related codegen, are unneeded and are dead code.Once we are confident in the direction of #70271 (confident that we don't want to revert to the old mechanism), we should remove all this dead code, as well as the
JitEarlyExpandMDArraysandJitEarlyExpandMDArraysFilterconfiguration values.category:cq
theme:md-arrays
skill-level:beginner
cost:small
impact:small