-
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
Delete fgMorphBlockOperand
#77688
Delete fgMorphBlockOperand
#77688
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsNo longer necessary as we don't need to compensate for invalid IR. A minor TP improvement is expected, with no code diffs.
|
26d3602
to
67cb0a9
Compare
67cb0a9
to
0dd1168
Compare
Interesting OSX x64 (
Edit: machine was Edit: I've run the CI a good number of times on this, and it did not reproduce. Will proceed with the change as-is for now. |
fc64545
to
c87e737
Compare
c87e737
to
0f11dc2
Compare
fgMorphBlockOperand<struct>
fgMorphBlockOperand
0f11dc2
to
c0e1eab
Compare
fgMorphBlockOperand
fgMorphBlockOperand
@dotnet/jit-contrib SPMI failures are due to missing Win-ARM64 collections. |
This was due to an undetermined failure to upload files. A recollect is in progress (takes ~6 hours). There is a usual one scheduled on Sundays. |
No longer necessary as we don't need to compensate for invalid IR.
Diffs - a TP improvement, plus one small diff where we don't reduce
OBJ(ADDR(LCL_VAR))
created by forward substitution, but it ends up being a bit better anyway.