-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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 SuperPMI
Milestone
Description
See #75790 (comment).
We have a few places in the Jit where loads can potentially be duplicated, one especially high-risk area is address-exposed locals (everything that uses the "spill if complex, clone if local" pattern). See also #78713.
It would also be useful to think about whether we can debug-check this sort of thing.
category:cq
theme:addressing-modes
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