-
Notifications
You must be signed in to change notification settings - Fork 5.2k
JIT: Use gtCloneExpr in fgMorphModToSubMulDiv for potentially complex trees #76061
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
… trees We may get here for any invariant dividend/divisor but these can be 'complex' address-of trees that gtClone does not handle. Fix dotnet#76051
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsWe may get here for any invariant dividend/divisor but these can be Fix #76051
|
|
Maybe we can rename |
Seems like a good idea, but as a separate change since we should probably backport this one. |
|
Will this change be backported to 7.0? |
I expect so, yes. |
|
/backport to release/7.0 |
|
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3126305425 |
We may get here for any invariant dividend/divisor but these can be
'complex' address-of trees that gtClone does not handle.
Fix #76051