Remove unused multi-dimensional array code (#86133)
authorBruce Forstall <brucefo@microsoft.com>
Fri, 12 May 2023 17:01:37 +0000 (10:01 -0700)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 17:01:37 +0000 (10:01 -0700)
commit93a811f1ef273e64bd2a2280bce50dfdd8be6fc9
treecca2d90ac1bc2e0f85a4193977d7b3089273dbe4
parent6124a8d25f437e5a07a24fd11d6677393b235993
Remove unused multi-dimensional array code (#86133)

MD array processing in the JIT changed with https://github.com/dotnet/runtime/pull/70271,
making all the code that implemented the old processing method unused.

Remove all this unused code.

Fixes #71678
25 files changed:
src/coreclr/jit/codegen.h
src/coreclr/jit/codegenarmarch.cpp
src/coreclr/jit/codegenloongarch64.cpp
src/coreclr/jit/codegenriscv64.cpp
src/coreclr/jit/codegenxarch.cpp
src/coreclr/jit/compiler.cpp
src/coreclr/jit/compiler.h
src/coreclr/jit/compiler.hpp
src/coreclr/jit/gentree.cpp
src/coreclr/jit/gentree.h
src/coreclr/jit/gschecks.cpp
src/coreclr/jit/gtlist.h
src/coreclr/jit/gtstructs.h
src/coreclr/jit/importercalls.cpp
src/coreclr/jit/jitconfigvalues.h
src/coreclr/jit/lower.cpp
src/coreclr/jit/lower.h
src/coreclr/jit/lsraarm.cpp
src/coreclr/jit/lsraarm64.cpp
src/coreclr/jit/lsraloongarch64.cpp
src/coreclr/jit/lsrariscv64.cpp
src/coreclr/jit/lsraxarch.cpp
src/coreclr/jit/morph.cpp
src/coreclr/jit/stacklevelsetter.cpp
src/coreclr/jit/valuenum.cpp