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

Implement safe API for operand bundles manipulation #523

Closed
airwoodix opened this issue Aug 13, 2024 · 1 comment · Fixed by #524
Closed

Implement safe API for operand bundles manipulation #523

airwoodix opened this issue Aug 13, 2024 · 1 comment · Fixed by #524
Assignees
Milestone

Comments

@airwoodix
Copy link
Contributor

Operand bundles can be attached to call and invoke instructions. Starting with LLVM18, llvm-sys exposes the relevant bindings for building instructions with attached operand bundles, as well as parsing operand bundles from those instructions.

I have a prototype implementation of a safe API here: master...airwoodix:inkwell:get-operand-bundles

Would you consider a PR upstreaming such changes?

@TheDan64
Copy link
Owner

Sure, would be happy to review a PR

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