Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JIT: Missing support for post-indexed addressing modes in stp and ldp #105192

Open
jakobbotsch opened this issue Jul 21, 2024 · 1 comment
Open
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@jakobbotsch
Copy link
Member

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 in instrDesc today -- at least we do not support describing the capability of updating GC-ness of 3 different registers.

@jakobbotsch jakobbotsch added this to the 10.0.0 milestone Jul 21, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 21, 2024
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

1 participant