[RyuJIT] Introduce a general reverse copy prop for struct temps #8887
Open
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
enhancement
Product code improvement that does NOT require public API changes/additions
JitUntriaged
CLR JIT issues needing additional triage
optimization
tenet-performance
Performance related issue
Milestone
We currently allocate a struct temp for the result of newobj or any function returning struct. In many cases that struct is immediately assigned to a local. We should perform reverse copy prop to get rid of the temp.
The relevant comment in the code is here
Related issues:
category:cq
theme:copy-prop
skill-level:intermediate
cost:medium
The text was updated successfully, but these errors were encountered: