Handle TYP_SIMD8 correctly in genCodeForLclFld
authorMike Danes <onemihaid@hotmail.com>
Mon, 19 Feb 2018 19:41:59 +0000 (21:41 +0200)
committerMike Danes <onemihaid@hotmail.com>
Mon, 19 Feb 2018 19:41:59 +0000 (21:41 +0200)
commitae9d96c38f30d86288f08772adcc2153d10fb484
treecbb624b3c48d8a833e734250537269fa1a447a21
parenta42aefcb1266f5ca1811f06b21bfe4d7465f6e94
Handle TYP_SIMD8 correctly in genCodeForLclFld

When loading a TYP_SIMD8 local field movsd should be used, not movups. Unlike ins_Move_Extend, ins_Load does the right thing and it's consistent with indirs.
src/jit/codegenxarch.cpp
tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.cs [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj [new file with mode: 0644]