ARM64: Redundant movs can be eliminiated #35252
Labels
arch-arm64
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
optimization
Milestone
I have seen below pattern in generated code for framework libraries. We can eliminate 2nd move.
There are approx. 27K such patterns in 16K methods. Details in redundant-mov-2.txt.
The text was updated successfully, but these errors were encountered: