runtime
runtime copied to clipboard
JIT: Update gtHasLocalsWithAddrOp to use GenTreeVisitor
Also change it to check for any local, not just GT_LCL_VAR.
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in area-owners.md if you want to be subscribed.
Issue Details
Also change it to check for any local, not just GT_LCL_VAR.
Author: | jakobbotsch |
---|---|
Assignees: | - |
Labels: |
|
Milestone: | - |
cc @dotnet/jit-contrib, simple change with no diffs and some small TP improvements.
@AndyAyersMS Can you take another look?
Diffs look spurious (#53773). I think the #53773 problem is more pronounced now that we have frozen objects too, we probably need a few JIT-EE interface changes to make sure that we can use the captured field addresses/object addresses during SPMI (JIT probably needs to ask the EE about values instead of dereferencing them directly, should probably help R2R/NAOT too). cc @EgorBo
Ping @AndyAyersMS