-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Review if (fgGlobalMorph) checks #122975
Copy link
Copy link
Open
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 SuperPMItenet-performancePerformance related issuePerformance related issue
Milestone
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 SuperPMItenet-performancePerformance related issuePerformance related issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
As per #122368 (comment), some paths in morph restrict optimizations to only running as part of
global morphand does so to avoid having to deal with VN updates. We should investigate whether these checks can be removed and whether we can keep VN up to date even if morph is called later, or whether we can stop calling morph entirely after VN.