[Mlir-commits] [mlir] [MLIR][python bindings] invalidate ops after PassManager run (PR #69746)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Fri Oct 20 14:10:01 PDT 2023
================
@@ -698,6 +698,21 @@ MLIR_CAPI_EXPORTED void mlirOperationMoveAfter(MlirOperation op,
/// ownership is transferred to the block of the other operation.
MLIR_CAPI_EXPORTED void mlirOperationMoveBefore(MlirOperation op,
MlirOperation other);
+
+typedef enum MlirWalkOrder {
----------------
ftynse wrote:
Nit: documentation, here and below.
https://github.com/llvm/llvm-project/pull/69746
More information about the Mlir-commits
mailing list