Fixing the codegen for x64 intrinsics to use EA_8BYTE where needed. (dotnet/coreclr...
authorTanner Gooding <tagoo@outlook.com>
Wed, 27 Mar 2019 10:33:56 +0000 (03:33 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2019 10:33:56 +0000 (03:33 -0700)
commit582adfaf2eba48838c20d54f6bbe6120791db4b2
tree14c893541518dfb899e0c8d31d335e9991140458
parent659c215af8e45213e763bd3a2844da294468f987
Fixing the codegen for x64 intrinsics to use EA_8BYTE where needed. (dotnet/coreclr#23461)

Commit migrated from https://github.com/dotnet/coreclr/commit/94db6145bca291313156eec40cb16518f7f9fc1d
src/coreclr/src/jit/hwintrinsiccodegenxarch.cpp
src/coreclr/src/jit/hwintrinsiclistxarch.h
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_r.csproj [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_ro.csproj [new file with mode: 0644]