-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix incoming arg struct splitting #71701
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThis only affects Windows/arm64 with varargs. For incoming structs split between register and stack, handle the splitting Fixes #57606
|
Note this comment in runtime/src/coreclr/jit/lclvars.cpp Lines 724 to 741 in cd88b84
|
This change only affects Windows/arm64 with varargs. For incoming structs split between register and stack, handle the splitting correctly. Fixes dotnet#57606
@jakobbotsch @dotnet/jit-contrib PTAL |
This only affects Windows/arm64 with varargs.
For incoming structs split between register and stack, handle the splitting
correctly.
Fixes #57606