[all-commits] [llvm/llvm-project] 584253: [C API] Add getters and build function for CallBr ...
Benji Smith via All-commits
all-commits at lists.llvm.org
Tue May 7 19:00:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 584253c4e2f788f870488fc32193b52d67ddaccc
https://github.com/llvm/llvm-project/commit/584253c4e2f788f870488fc32193b52d67ddaccc
Author: Benji Smith <6193112+Benjins at users.noreply.github.com>
Date: 2024-05-08 (Wed, 08 May 2024)
Changed paths:
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm-c/Core.h
M llvm/lib/IR/Core.cpp
M llvm/test/Bindings/llvm-c/echo.ll
M llvm/tools/llvm-c-test/echo.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list