Disable RegPair for x86 Longs
authorMichelle McDaniel <adiaaida@gmail.com>
Fri, 13 May 2016 15:35:23 +0000 (08:35 -0700)
committerMichelle McDaniel <adiaaida@gmail.com>
Mon, 16 May 2016 16:11:03 +0000 (09:11 -0700)
commit3878286e253d9c289eef0a7c3d3614bb55c74629
tree39eeb548e13e3535faef7f3a9ab9b9e11292e31f
parent8b3d478d832571b3cc7a24f7b1bde72433040e3b
Disable RegPair for x86 Longs

We are not using regpairs for longs on x86 ryujit, so we need to turn off
CPU_LONG_USES_REGPAIR. This is the first step to getting var = call for
GT_CALLs with long return types on x86.

Commit migrated from https://github.com/dotnet/coreclr/commit/f11e4f4f49162e33e46614c4d3a3c36584eca2f4
src/coreclr/src/jit/codegenxarch.cpp
src/coreclr/src/jit/gentree.cpp
src/coreclr/src/jit/instr.cpp
src/coreclr/src/jit/target.h