Uh oh!
There was an error while loading. Please reload this page.
JIT: Use gtCloneExpr in fgMorphModToSubMulDiv for potentially complex trees - #76061
Conversation
… trees We may get here for any invariant dividend/divisor but these can be 'complex' address-of trees that gtClone does not handle. Fixdotnet#76051
ghost
commented
Sep 23, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsWe may get here for any invariant dividend/divisor but these can be Fix #76051
|
EgorBo
commented
Sep 23, 2022
Maybe we can rename |
jakobbotsch
commented
Sep 23, 2022
Seems like a good idea, but as a separate change since we should probably backport this one. |
jakobbotsch
commented
Sep 23, 2022
neon-sunset
commented
Sep 23, 2022
Will this change be backported to 7.0? |
AndyAyersMS
commented
Sep 23, 2022
I expect so, yes. |
jakobbotsch
commented
Sep 26, 2022
/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