[arm64] Addressing mode for vectors #67435
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
tenet-performance
Performance related issue
Milestone
I noticed that we lose some perf in various
SpanHelpers
on arm64 due to missing addressing modes which brake pipelining, minimal repro:Current codegen:
Expected codegen:
same for
[addr + imm]
e.g.Vector128.LoadUnsafe(ref b2, 16)
cc @tannergooding
The text was updated successfully, but these errors were encountered: