pub unsafe extern "C" fn mlirRewriterBaseFinalizeOpModification(
rewriter: MlirRewriterBase,
op: MlirOperation,
)
Expand description
This method is used to signal the end of an in-place modification of the
given operation. This can only be called on operations that were provided
to a call to startOpModification
.