JIT: Missing support for post-indexed addressing modes in stp
and ldp
#105192
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
The pair-wise loads and support generally support a scaled post-indexed addressing form with writeback. #105181 did not add support for these variants. We should look into adding this support.
One complication is that
ldp x0, x1, [x2], #16
is an instruction that writes to 3 registers, which I do not think we support ininstrDesc
today -- at least we do not support describing the capability of updating GC-ness of 3 different registers.The text was updated successfully, but these errors were encountered: