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

llvm15: update llir/llvm to support LLVM 15.0 (rc1) #223

Merged
merged 9 commits into from
Aug 3, 2022
Merged

Conversation

mewmew
Copy link
Member

@mewmew mewmew commented Aug 2, 2022

Fixes #222.

mewmew added 9 commits August 2, 2022 19:33
Also, update function and parameter attribute enums.
Also, fix parsing of AllocKind function attribute.
The following constant expressions were deprecated in LLVM 15.0:

* extractvalue
* insertvalue
* udiv
* sdiv
* urem
* srem
* fadd
* fsub
* fmul
* fdiv
* frem
Note: llir/llvm v0.3.7 will not be released until after
LLVM 15.0 has been released. The llvm15 branch currently
supports the LLVM 15.0 rc1 release.
@mewmew mewmew changed the title llvm15: update llir/llvm to support LLVM 15.0 llvm15: update llir/llvm to support LLVM 15.0 (rc1) Aug 2, 2022
@mewmew mewmew merged commit 9ac0a22 into master Aug 3, 2022
@dannypsnl dannypsnl deleted the llvm15 branch August 3, 2022 07:54
@dannypsnl dannypsnl restored the llvm15 branch August 3, 2022 07:54
@mewmew mewmew deleted the llvm15 branch August 3, 2022 11:22
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 this pull request may close these issues.

update llir/llvm to support LLVM 15.0
2 participants