-
Notifications
You must be signed in to change notification settings - Fork 5k
Code cleanup: remove TODO-ASG with zero diff quirk in lclmorph #106889
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
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
|
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.
Most of the size regressions are concentrated in coreclr_tests
and libraries_tests
. LGTM, thanks!
@@ -1829,7 +1829,6 @@ class LocalAddressVisitor final : public GenTreeVisitor<LocalAddressVisitor> | |||
else | |||
{ | |||
node->ChangeOper(GT_LCL_VAR); | |||
node->gtFlags &= (GTF_NODE_MASK | GTF_DONT_CSE); // TODO-ASG-Cleanup: delete this zero-diff quirk. |
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.
@SingleAccretion's pr is replacing it with empty node https://github.com/dotnet/runtime/pull/86726/files#diff-bd3095cf3bd9e41e7df84eb759f6983966aed4f2baab6179cd7759dfbcca3c1a
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.
@kasperk81, thanks for pointing me to @SingleAccretion's PR.
I see that he is still working on the PR. So, I will close mine.
Remove TODO comment because ASG work is done.
SPMI replay is clean, and asmdiffs has more improvements and regressions look fine.