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: Optimize remaining rotate instructions which take a twos compliment value as input #14651

Merged
merged 3 commits into from Sep 23, 2023

Conversation

Whatcookie
Copy link
Member

Saves one subtract instruction from the common case and breaks dependency on input.

…mpliment value as input

ROTQMBYBI looks for -7 for it's twos compliment construction
@elad335 elad335 added Optimization Optimizes existing code LLVM Related to LLVM instruction decoders labels Sep 17, 2023
@elad335 elad335 merged commit 05b6108 into RPCS3:master Sep 23, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LLVM Related to LLVM instruction decoders Optimization Optimizes existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants