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 Analyzer: Fix support for multi-block value merge #15746

Merged
merged 3 commits into from
Jun 27, 2024

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Jun 27, 2024

  • Allow detection of values modified in an inner loop for PUTLLC16 pattern detection with the use of value origins and invalidation while stepping through the code. Also fix some missed detections by comparing source register instead of the value itself at PUTLLC time, this is to allow selection of two potential write destinations at runtime inside the atomic loop such as by if statement.
  • Fix LSA state analysis. (do not override it in GETLLAR, instead save a masked value individually)

@elad335 elad335 merged commit a9d53e9 into RPCS3:master Jun 27, 2024
6 checks passed
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.

1 participant