Fixing a few small issues with the SIMD vs SIMD HWIntrinsics (#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)
commit570bda3870a8c3b479384b21e1e1bdd427fdd3a1
tree24ea886db934e32ea834dfdf74c8f02c04955b31
parente7d079a2533d226b1fad301a0fbf7ba3ab25d0de
Fixing a few small issues with the SIMD vs SIMD HWIntrinsics (#21097)

* Fixing the simdHandleCache to add entries for Vector64FloatHandle and Vector128FloatHandle

* Fixing two places that were calling just OperIsSIMD() rather than OperIsSIMDorSimdHWintrinsic()
src/jit/compiler.h
src/jit/hwintrinsic.cpp
src/jit/lowerarmarch.cpp
src/jit/morph.cpp
src/jit/simd.cpp