-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
This is a follow-up for #37745 (comment) and #41197 (review).
-
Review all the places where we use
lvaInSsa, find where we need to check forCanBeReplacedWithItsField; -
Use
optIsSsaLocalinstead ofCanBeReplacedWithItsFieldin all phases, maybe move it toLclVarDscor just rename; -
Rename
optIsSsaLocaltooptGetSsaLocal([release/5.0] Fix wrong copy prop afterASG(promoted LCL_VAR with 1 field, call). #41243 (comment)) -
Design how to extend it for multiregs and multifields
LclVars.
category:implementation
theme:value-numbering
skill-level:expert
cost:medium
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI