Correctly type SIMD stack values
authorCarol Eidt <carol.eidt@microsoft.com>
Wed, 6 Mar 2019 01:32:13 +0000 (17:32 -0800)
committerCarol Eidt <carol.eidt@microsoft.com>
Wed, 6 Mar 2019 01:32:13 +0000 (17:32 -0800)
commit140e519ef8fe494ac794f4d050dd87c23dc85f22
tree1370efd38510d583ff32ad9f8cb55076efc1029a
parentd17b66c8bbc21fc8be18d901e691ed7e9bc8d7ce
Correctly type SIMD stack values

When `impSIMDPopStack` pops a struct value, it needs to retype the `OBJ` if it exists and doesn't match.

Fix #22850
src/jit/simd.cpp
tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.cs [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.csproj [new file with mode: 0644]