-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Aarch64: emit prefix/postfix-indexed memory accesses #9661
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
base: master
Are you sure you want to change the base?
Aarch64: emit prefix/postfix-indexed memory accesses #9661
Conversation
igogo-x86
commented
Nov 7, 2025
- teach Vgen to generate prefix and postfix indexed forms for scalar/pair memory ops
- validate update immediates before encoding the indexed memory instructions
- let psimplify fold plain memory accesses into the new prefix/postfix variants
- teach Vgen to generate prefix and postfix indexed forms for scalar/pair memory ops - validate update immediates before encoding the indexed memory instructions - let psimplify fold plain memory accesses into the new prefix/postfix variants
|
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D86516435. (Because this pull request was imported automatically, there will not be any future comments.) |
|
Thanks @igogo-x86 ! This one is failing with |
|
@igogo-x86 has updated the pull request. You must reimport the pull request before landing. |
|
Fixed! |
|
New error |
|
@igogo-x86 has updated the pull request. You must reimport the pull request before landing. |
|
Hey @igogo-x86 , now fails to compile with this error |
|
@igogo-x86 has updated the pull request. You must reimport the pull request before landing. |