Skip to content

JIT: Consider reordering loads on ARM64 to make them amenable to ldp optimization #92756

Closed as not planned
@jakobbotsch

Description

@jakobbotsch

E.g. see the "after" codegen in #92710 (comment). It shouldn't be hard to add an optimization during lowering that tries to reorder related stores like this to make them amenable to the ldp peephole.

cc @dotnet/jit-contrib

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions