JIT: Streamline SIMD recognition (#76613)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Sat, 8 Oct 2022 10:08:47 +0000 (12:08 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 10:08:47 +0000 (12:08 +0200)
commitf33d77841d936570a94af2a4c567da7c6d3f7045
tree90bcb0742ee2df1fe1256f90666939c261f1a938
parent2cce720e9c38a0cfaf8fc5bf2af345b52ea94529
JIT: Streamline SIMD recognition (#76613)

Put it on the same plan as HW intrinsics. Use names from metadata and
use getTypeInstantiationArgument to get the base type. This avoids
relying on appendClassName and how the EE side formats instantiations
with it.
src/coreclr/jit/compiler.h
src/coreclr/jit/simd.cpp