Retype calls as SIMD when applicable. (#53578)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 4 Jun 2021 04:03:04 +0000 (21:03 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 04:03:04 +0000 (21:03 -0700)
commit321217f0f2add9498358aac327742a7daff64386
treef0d5bd6d6167709b01a324de0aaf96ecfaa94063
parent6cd9bf1937c3b4d2f7304a6c534aacde58a202b6
Retype calls as SIMD when applicable. (#53578)

* add a repro

* passed spmi.

* update comment.

* update the test

* improve the check.

* fix a stressfailure

* fix x64 unix diff
src/coreclr/jit/codegenxarch.cpp
src/coreclr/jit/gentree.cpp
src/coreclr/jit/importer.cpp
src/tests/JIT/Regression/JitBlue/Runtime_52864/Runtime_52864.cs [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_52864/Runtime_52864.csproj [new file with mode: 0644]