JIT: handle preference miss two register xmm return case (#22733)
authorAndy Ayers <andya@microsoft.com>
Thu, 21 Feb 2019 16:25:52 +0000 (08:25 -0800)
committerGitHub <noreply@github.com>
Thu, 21 Feb 2019 16:25:52 +0000 (08:25 -0800)
commitee8a0634d77a502f76d700c3a7eaf7cc59d1ceea
tree04dc5355397c903de48a3cb4f68018314680aae8
parent5ec1eeaa95362be9e76f9f79c9b44162527e95ad
JIT: handle preference miss two register xmm return case (#22733)

Fix a bug in codegen when returning a Vector3 result where the target
register is not one of the two return registers.

Re-enable the associated test.

Closes #22401.
src/jit/codegenxarch.cpp
tests/issues.targets