-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
arch-arm64area-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
str wzr, [x1,#8]
str wzr, [x1,#12]can be combined into str xzr if the stores are happening in subsequent memory.
str xzr, [x1,#8]I collected no. of such str pairs in framework libraries and found approx. 450 pairs in 353 methods.
Details:
category:cq
theme:optimization
skill-level:intermediate
cost:small
impact:medium
Metadata
Metadata
Assignees
Labels
arch-arm64area-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
Type
Projects
Status
Done