summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/Dialect/ControlFlow.cpp
AgeCommit message (Collapse)Author
2022-03-17[mlir] Add C API for ControlFlow dialectMartin Erhart
Add basic C API for the ControlFlow dialect. Follows the format of the other dialects. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D121867