[Mlir-commits] [mlir] [mlir][python] Clear PyOperations instead of invalidating them. (PR #70044)

Maksim Levental llvmlistbot at llvm.org
Tue Oct 24 07:22:18 PDT 2023


Ingo =?utf-8?q?Müller?= <ingomueller at google.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/70044/mlir at github.com>


https://github.com/makslevental approved this pull request.

Ya this is good. I think I was implicitly relying and a [`clearLiveOperations`](https://github.com/llvm/llvm-project/blob/f364a7a8b4915409ea32df4483320ad40a378242/mlir/lib/Bindings/Python/IRModule.h#L210) to happen after the pass but now I don't know why because as far I can tell (from my phone...) that function isn't actually called anywhere. Can you double check and if it's not then remove it.

https://github.com/llvm/llvm-project/pull/70044


More information about the Mlir-commits mailing list