-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
PPU LLVM: Fix optimization of branch string #14620
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
base: master
Are you sure you want to change the base?
Conversation
0e7efd4 to
6b53315
Compare
|
I forgot to mention that if you want to be benefited from you have to delete cache. |
|
The game closes when trying to compile PPU modules on a fresh cache. E PPU: LLVM: Verification failed for v6-kusa-Kh8ANdpJ7R8TYsfsPsw6ct-00001P-icelake-client.obj:
Instruction does not dominate all uses!
%58 = add i64 4336, %2
store i64 %58, ptr %51, align 8 |
|
good can not download why? |
|
Any further testing needed? |
|
Well it seems some problem occured? |
It's not caused by this PR. |
|
Just checking to see if this was forgotten about? |






Turns out the branch optimization in #14616 was not active, this enables it.