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

llvm: add support for LLVM 17 #14720

Merged
merged 4 commits into from
Oct 13, 2023
Merged

llvm: add support for LLVM 17 #14720

merged 4 commits into from
Oct 13, 2023

Conversation

oltolm
Copy link
Contributor

@oltolm oltolm commented Oct 7, 2023

I added support for LLVM 17. Maybe we should update the submodule too.

@Megamouse Megamouse added Build and CI Anything related to the build process and continuous integration LLVM Related to LLVM instruction decoders labels Oct 9, 2023
@RipleyTom
Copy link
Contributor

RipleyTom commented Oct 11, 2023

I'm worried about the legacy dead store elimination pass being gone, it's a big optimization for our codegen.

From looking at llvm history it looks like the pass has gone to the new pass system which we don't use atm(and would probably require significant rewrite of some systems?).

As it is switching to llvm 17 would incur pretty significant performance loss I think.

@elad335
Copy link
Contributor

elad335 commented Oct 13, 2023

We have our own version of it in SPU LLVM so it does not matter.

@Megamouse Megamouse merged commit 50df01d into RPCS3:master Oct 13, 2023
6 checks passed
@oltolm oltolm deleted the llvm17 branch October 13, 2023 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build and CI Anything related to the build process and continuous integration LLVM Related to LLVM instruction decoders
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants