-
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
Clear GC info when consuming GT_PUTARG_SPLIT nodes #65432
Conversation
Tagging subscribers to this area: @JulieLeeMSFT |
/azp run runtime-coreclr jitstressregs |
Azure Pipelines successfully started running 1 pipeline(s). |
Lots of failures due to "The response contained an invalid status code 500 Internal Server Error"... will retry the jitstressregs job. |
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
@@ -1807,7 +1807,6 @@ void CodeGen::genConsumePutStructArgStk(GenTreePutArgStk* putArgNode, | |||
#if FEATURE_ARG_SPLIT | |||
//------------------------------------------------------------------------ | |||
// genConsumeArgRegSplit: Consume register(s) in Call node to set split struct argument. | |||
// Liveness update for the PutArgSplit node is not needed |
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.
Can you update the method name in the 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.
Sure, but let me do it as part of another change to avoid rerunning CI.
cc @dotnet/jit-contrib for another opportunity for comments/suggestions before I merge this. |
Fix #65395