JIT: Consider reordering loads on ARM64 to make them amenable to ldp optimization #92756
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
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
The text was updated successfully, but these errors were encountered: