Support value numbering of multi-dimensional array accesses #68948
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Currently,
fgValueNumberTree
ofGT_ARR_ELEM
creates a unique value number for every node.It also doesn't model the IndexOutOfRangeException for the bounds checks.
Related: #60785
category:cq
theme:md-arrays
skill-level:expert
cost:large
The text was updated successfully, but these errors were encountered: