Update logic in arm CodeGen::genCallInstruction to match xarch version (dotnet/corecl...
authorJan Kotas <jkotas@microsoft.com>
Fri, 15 Sep 2017 04:03:52 +0000 (21:03 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2017 04:03:52 +0000 (21:03 -0700)
commit9049ef28263eeb636e12627005b970c91c805c81
tree6367fd75dc8157cb24659217b5e1e5f0bf49d7c7
parent1c85677db7918d227e92944cd2c2b39a755f4c43
Update logic in arm CodeGen::genCallInstruction to match xarch version (dotnet/coreclr#13974)

This is makes it work for CoreRT, and faster for everybody (avoids JIT/EE call).

Commit migrated from https://github.com/dotnet/coreclr/commit/ee12aaff992267334598c02b92eeaa78c6f9d284
src/coreclr/src/jit/codegenarmarch.cpp
src/coreclr/src/jit/codegenxarch.cpp