-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upgrade to LLVM 20 #6
Comments
There's a recommendation to merge and backport from a team member
|
I didn't realize the needed PRs aren't merged yet :/ I think I'm going to put out a vanilla LLVM 20 release then a variant with the unmerged patches. |
Actually, the patches don't look too bad. I'm pretty liberal in my tolerance for BOLT patches. And the LLVM codegen patch is pretty trivial. I'll probably just take them both and do 1 release. |
Whatever you're more comfortable with. |
I've got CI runs in progress on the There's a bit of Actions Runners backlog due to other work in indygreg/python-zstandard. Hopefully I'll get clean builds in ~3 hours. And if I'm around the computer later I should be able to publish a draft release. |
LLVM 20.1.0 was released a couple days ago https://github.com/llvm/llvm-project/releases/tag/llvmorg-20.1.0
We may want to include the following, which are not merged but are impactful for CPython performance:
The text was updated successfully, but these errors were encountered: