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

PPU LLVM: Fix crash in Unity games (regression) #15477

Merged
merged 5 commits into from
Apr 19, 2024

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Apr 18, 2024

Seeing on discord, https://discord.com/channels/272035812277878785/277227681836302338/1230390083736047667
This happend because JIT instance was not initialized due to a failure to find functions.
I fixed that and also added an experimental fallback to find PPU functions using callers like in SPU precompilation.

@elad335 elad335 force-pushed the ppu-serach branch 2 times, most recently from 49ff68a to 33e6a48 Compare April 18, 2024 13:01
@bigol83
Copy link

bigol83 commented Apr 18, 2024

This looks promising, hopefully it helps with this FF XIII regression, too. #14909

EDIT: A bit later, but it still crashes with PPU LVM while compiling PPU modules.

@elad335 elad335 merged commit b18a97e into RPCS3:master Apr 19, 2024
4 of 6 checks passed
@elad335 elad335 deleted the ppu-serach branch May 6, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix CPU Enhancement LLVM Related to LLVM instruction decoders
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants