Use isInternalRegDelayFree to avoid temp reg overallocation (dotnet/coreclr#11025)
authorBruce Forstall <brucefo@microsoft.com>
Mon, 17 Apr 2017 23:32:36 +0000 (16:32 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Apr 2017 23:32:36 +0000 (16:32 -0700)
commit982c332d06f3b0b722ca05ef5f486c7e57a88389
treed0e71f657dbde299ef0ddaf1d79480a9e5e057e0
parente173bb6ff98ed476e89528066bd56f3b6fc87a21
Use isInternalRegDelayFree to avoid temp reg overallocation (dotnet/coreclr#11025)

Use isInternalRegDelayFree to avoid temp reg overallocation

Commit migrated from https://github.com/dotnet/coreclr/commit/e440f484375f06038f20d615591fa2b98ad3a319
src/coreclr/src/jit/codegenarmarch.cpp
src/coreclr/src/jit/emitarm64.cpp
src/coreclr/src/jit/lsraarm.cpp
src/coreclr/src/jit/lsraarm64.cpp