Arm64: Add back the annotation in JitDisasm with the local var (+offset) #84504
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
In #84399, we optimized pair of loads into
ldp
but with that stopped tracking the local var offset in theldp
'sinstrDesc
. As a result, in JitDisasm, we will not see the offsets or the variable information next to these instructions. Likewise for stores. Below is the difference we can see:Add back this functionality in non-release builds.
The text was updated successfully, but these errors were encountered: