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

Lift Aarch64 load/store acquire/release/etc. operations as intrinsics #5926

Open
galenbwill opened this issue Sep 12, 2024 · 0 comments
Open
Assignees
Labels
Arch: ARM64 Issues with the AArch64 architecture plugin Component: Architecture Issue needs changes to an architecture plugin Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Lifting issues related to LLIL lifting Type: Enhancement Issue is a small enhancement to existing functionality

Comments

@galenbwill
Copy link
Contributor

Currently LDAR/STLR and friends are lifted as simple loads and stores. These should be lifted to intrinsics that represent their specific acquire/release semantics.

TODO: add a list of all the relevant instructions to this issue description.

@galenbwill galenbwill added Type: Enhancement Issue is a small enhancement to existing functionality Component: Architecture Issue needs changes to an architecture plugin Arch: ARM64 Issues with the AArch64 architecture plugin Impact: Low Issue is a papercut or has a good, supported workaround Effort: Low Issue should take < 1 week Lifting issues related to LLIL lifting labels Sep 12, 2024
@galenbwill galenbwill added this to the Frogstar milestone Sep 12, 2024
@galenbwill galenbwill self-assigned this Sep 12, 2024
@plafosse plafosse removed this from the Frogstar milestone Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: ARM64 Issues with the AArch64 architecture plugin Component: Architecture Issue needs changes to an architecture plugin Effort: Low Issue should take < 1 week Impact: Low Issue is a papercut or has a good, supported workaround Lifting issues related to LLIL lifting Type: Enhancement Issue is a small enhancement to existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants