[Mlir-commits] [mlir] [mlir][python][wip] remove `liveOpeartions` (PR #92631)

Stella Laurenzo llvmlistbot at llvm.org
Sun May 19 16:24:31 PDT 2024


stellaraccident wrote:

For #1, I think we just need to formally forbid this case: if are making external deletions to which you hold a reference, that is illegal. I think the experiment to do otherwise is a failure, but probably a discussion. I always stayed away from those use cases because it was never a great idea, but I know there are others who possibly didn't. 

For #2, I'd need to look at it, but I think we should more strictly define the expected behavior. 

I'll want to patch this in to some downstreams and run some tests.



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


More information about the Mlir-commits mailing list