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: Remove one external symbol resolve for BLR #15338

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Mar 21, 2024

Following #15333, there is no need to resolve the address of BLR-only function externally because at this point of code there are already samples of it laid down on the jumptable by the resolver function.
Also fix related UBs regarding jumptable access.

@elad335 elad335 merged commit e32ed90 into master Mar 21, 2024
4 of 6 checks passed
@elad335 elad335 added Bugfix LLVM Related to LLVM instruction decoders Optimization Optimizes existing code labels Mar 21, 2024
@elad335 elad335 deleted the elad335-patch-1 branch March 21, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix LLVM Related to LLVM instruction decoders Optimization Optimizes existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant