-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
WIP: Upgrade to LLVM 16 #4570
base: main
Are you sure you want to change the base?
WIP: Upgrade to LLVM 16 #4570
Conversation
This is no longer available in LLVM 16. See also: * https://reviews.llvm.org/D135041
This is no longer available in LLVM 16. See also: * https://reviews.llvm.org/D136615
The function LLVMConstFNeg has been removed, because the underlying constant expression in no longer supported. Instead, an instruction should be created using the LLVMBuildFNeg function, which will constant fold the operands if possible and create an instruction otherwise. See also: * https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html#changes-to-the-c-api
Hi @hovsater, The changelog - changed label was added to this pull request; all PRs with a changelog label need to have release notes included as part of the PR. If you haven't added release notes already, please do. Release notes are added by creating a uniquely named file in the The basic format of the release notes (using markdown) should be:
Thanks. |
can you rebase this against main when you have a chance? |
No description provided.