Clean up struct allocation in gsParamsToShadows
#13366
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
This method creates shadow copies (this is excerpted from the discussion here: dotnet/coreclr#21705 (comment)):
lvaSetStruct
, but copies some of the struct-related info, such aslvVerTypeInfo
.lvaSetStruct
)lvaSetStruct
It should presumably call
lvaSetStruct
when it first creates the new locals.category:implementation
theme:ir
skill-level:beginner
cost:small
impact:small
The text was updated successfully, but these errors were encountered: