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

Ingo Müller llvmlistbot at llvm.org
Tue Oct 24 09:39:14 PDT 2023


ingomueller-net wrote:

> Makes sense. Just curious - what are some other functions that might need to do this?

We have some out-of-tree extensions that run passes through their own binding functions. In the end, they also run passes, by they have a different entry point, where I want to call the invalidation logic from.

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


More information about the Mlir-commits mailing list