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

SPU LLVM: Improve SPU code precompilation #15282

Merged
merged 6 commits into from
Mar 7, 2024
Merged

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Mar 7, 2024

  • Detect invalid SPU relative branches (rely on the size of the SPU local storage), this would decrease the amount of false positives in SPU code mining.
  • Detect 'argument passing' block before the main function.
  • Detect tail calls by inspecting the called code of branches too, not just the previous code to the branch.

@elad335 elad335 merged commit 45863bc into RPCS3:master Mar 7, 2024
4 of 6 checks passed
@Augusto7743
Copy link

Thanks very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants