Fixing the codegen for x64 intrinsics to use EA_8BYTE where needed. (#23461)
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)
commit94db6145bca291313156eec40cb16518f7f9fc1d
tree6a830ae279f33db7d9027d80ddf943869f44d044
parent808e048c8535f9fd704acb75f1fa4aecdf36b72e
Fixing the codegen for x64 intrinsics to use EA_8BYTE where needed. (#23461)
src/jit/hwintrinsiccodegenxarch.cpp
src/jit/hwintrinsiclistxarch.h
tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_r.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_ro.csproj [new file with mode: 0644]