-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[LoongArch64] Sync with PR#107282: Transfer arguments between calling conventions in shuffling thunks. #109102
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
Conversation
… conventions in shuffling thunks. * Set `varDsc->lvIsMultiRegArg = true` when passing struct with two regs in Compiler::lvaInitUserArgs() to avoid changing passing struct with two regs into one regs in Prolog.
|
Tagging subscribers to this area: @mangod9 |
|
@tomeksowi Thanks very much for your notification and information. |
shushanhf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks
tomeksowi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, some cleanup possible.
|
@dotnet/jit-contrib Could you please sign off on the JIT change? |
Also set 'varDsc->lvIsMultiRegArg = true' in 'Compiler::lvaInitUserArgs()' when passing struct with multi regs for RiscV64.
|
@jkotas Does the VM side look good to you? |
jkotas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VM side LGTM
[LoongArch64] Sync with PR#107282: Transfer arguments between calling conventions in shuffling thunks.