[arm64] Fix GitHub 20211 Issue (#20240)
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Tue, 9 Oct 2018 18:37:02 +0000 (11:37 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Oct 2018 18:37:02 +0000 (11:37 -0700)
commit8aebd79e8cc3820875457471a543a5fc7cbe0cc4
tree9a74f4b8ab980b79b0f146dba60bb813c8463f38
parent39ab08433d9506a338f7e86e723e4d26b95430a1
[arm64] Fix GitHub 20211 Issue (#20240)

Bug with lowering SIMDIntrinsicGetItem on ARM64 when INS_mov (move w/o sign-extension) was used to copy signed value from Vn.b[i] (or Vn.h[i]) to general register Wd (or Xd) instead of INS_smov (move with sign-extension).
src/jit/codegenarm64.cpp
tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.cs [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.csproj [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.tt [new file with mode: 0644]