[Mlir-commits] [mlir] [mlir][python] Clear PyOperations instead of invalidating them. (PR #70044)
Maksim Levental
llvmlistbot at llvm.org
Tue Oct 24 07:23:27 PDT 2023
Ingo =?utf-8?q?M=C3=BCller?= <ingomueller at google.com>,
Ingo =?utf-8?q?M=C3=BCller?= <ingomueller at google.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/70044/mlir at github.com>
================
@@ -705,12 +705,12 @@ typedef enum MlirWalkOrder {
} MlirWalkOrder;
/// Operation walker type. The handler is passed an (opaque) reference to an
-/// operation a pointer to a `userData`.
+/// operation and a pointer to a `userData`.
----------------
makslevental wrote:
😓
https://github.com/llvm/llvm-project/pull/70044
More information about the Mlir-commits
mailing list