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 18 or 19 Support #208

Closed
zlfn opened this issue Oct 14, 2024 · 1 comment · Fixed by #209 or #211
Closed

LLVM 18 or 19 Support #208

zlfn opened this issue Oct 14, 2024 · 1 comment · Fixed by #209 or #211

Comments

@zlfn
Copy link
Contributor

zlfn commented Oct 14, 2024

This project is currently based on LLVM 17, But do you have any plans to upgrade it to LLVM 18 or 19? Can I upgrade LLVM version of this project to LLVM 18? How can I do that? Should I first post PR to update the version to LLVM 18 and then provide the missing instructions? Or I should to contribute to LLVM 18's instructions first and then update the LLVM version?

For example, In LLVM 18, or disjoint introduced to LLVM.
This is for optimization pass, so we can simply replace it with or.

Can I make a contribution for this instruction before the project updates to LLVM 18?

@vtjnash
Copy link
Member

vtjnash commented Oct 14, 2024

Updates are always welcome. The version support policy is pretty much #60

vtjnash added a commit that referenced this issue Oct 14, 2024
@zlfn zlfn mentioned this issue Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants