-
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 SuperPMImemory modelissues associated with memory modelissues associated with memory model
Milestone
Description
ldr w1, [fp,#28]
ldr w0, [fp,#28]The 2nd load can be converted into mov which takes 2 fewer cycles than ldr.
ldr w1, [fp,#28]
mov w0, w1I collected no. of such ldr pairs in framework libraries and found approx. 540 pairs in 300 methods.
Details:
category:cq
theme:optimization
skill-level:intermediate
cost:small
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 SuperPMImemory modelissues associated with memory modelissues associated with memory model
Type
Projects
Status
Done