-
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
ldr x1, [x19,#16]
ldr x2, [x19,#24]can be combined into ldp if the loads are happening from subsequent memory.
ldp x1, x2, [x19, #16]I collected no. of such ldr pairs in framework libraries and found approx. 5900 pairs in 3500 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