Fixing a few small issues with the SIMD vs SIMD HWIntrinsics (dotnet/coreclr#21097)
authorTanner Gooding <tagoo@outlook.com>
Mon, 26 Nov 2018 19:44:51 +0000 (11:44 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 19:44:51 +0000 (11:44 -0800)
commitf283b487ad1f1ae1ff3f181649801297be3a6a1a
tree0425a5e151747e9e66febe9927d645bea5e99bfa
parent33119b21210461e8832656901d7404f7dc22ae83
Fixing a few small issues with the SIMD vs SIMD HWIntrinsics (dotnet/coreclr#21097)

* Fixing the simdHandleCache to add entries for Vector64FloatHandle and Vector128FloatHandle

* Fixing two places that were calling just OperIsSIMD() rather than OperIsSIMDorSimdHWintrinsic()

Commit migrated from https://github.com/dotnet/coreclr/commit/570bda3870a8c3b479384b21e1e1bdd427fdd3a1
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/hwintrinsic.cpp
src/coreclr/src/jit/lowerarmarch.cpp
src/coreclr/src/jit/morph.cpp
src/coreclr/src/jit/simd.cpp