llvm-project
584253c4
- [C API] Add getters and build function for CallBr (#91154)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[C API] Add getters and build function for CallBr (#91154) This adds LLVMBuildCallBr to create CallBr instructions, and getters for the CallBr-specific data. The remainder of its data, e.g. arguments/function, can be accessed using existing getters.
References
#91154 - [C API] Add getters and build function for CallBr
Author
Benjins
Parents
34ae2265
Loading