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

i#1621 AArch64 cc opt: Implement analyze_callee_regs_usage for SIMD. #2373

Merged
merged 4 commits into from
Apr 25, 2017

Conversation

fhahn
Copy link
Contributor

@fhahn fhahn commented Apr 21, 2017

This patch implements analyze_callee_regs_usage to analyze the usage
of SIMD registers in the callee. insert_push_all_registers and
insert_pop_all_registers do not save and restore unused registers.

Based on work by Kevin Zhou and Edmund Grimley-Evans.

This patch implements analyze_callee_regs_usage to analyze the usage
of SIMD registers in the callee. insert_push_all_registers and
insert_pop_all_registers do not save and restore unused registers.

Based on work by Kevin Zhou and Edmund Grimley-Evans.

Change-Id: I3f5629707485d8cb78d588794a239cebf38fa370
@fhahn fhahn requested a review from zhaoqin April 21, 2017 07:40
Copy link
Contributor

@zhaoqin zhaoqin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fhahn
Copy link
Contributor Author

fhahn commented Apr 25, 2017

api.detach failed, #2246

Change-Id: I2047dfc09056f1496f88af7bc64fb2a118864307
@fhahn fhahn merged commit cb04232 into master Apr 25, 2017
@fhahn fhahn deleted the i1621-analyze-simd branch April 25, 2017 11:47
mikelui pushed a commit to VANDAL/dynamorio-sigil2 that referenced this pull request Apr 25, 2017
…ynamoRIO#2373)

This patch implements analyze_callee_regs_usage to analyze the usage
of SIMD registers in the callee. insert_push_all_registers and
insert_pop_all_registers do not save and restore unused registers.

Based on work by Kevin Zhou and Edmund Grimley-Evans.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants