We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c348e commit 68fbb0fCopy full SHA for 68fbb0f
mlir/include/mlir-c/Rewrite.h
@@ -101,6 +101,9 @@ mlirRewriterBaseGetInsertionBlock(MlirRewriterBase rewriter);
101
MLIR_CAPI_EXPORTED MlirBlock
102
mlirRewriterBaseGetBlock(MlirRewriterBase rewriter);
103
104
+/// Returns the operation right after the current insertion point
105
+/// of the rewriter. A null MlirOperation will be returned
106
+// if the current insertion block is empty.
107
MLIR_CAPI_EXPORTED MlirOperation
108
mlirRewriterBaseGetOperationAfterInsertion(MlirRewriterBase rewriter);
109
0 commit comments