[Mlir-commits] [mlir] [MLIR][Python] remove `liveOperations` (PR #155114)

Colin De Vlieghere llvmlistbot at llvm.org
Tue Sep 2 11:01:14 PDT 2025


Cubevoid wrote:

I found that python `dict`s using operations as keys are now broken because even though the operations are equal, they do not have the same hash. Should we override the `__hash__` method to make sure this still works?

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


More information about the Mlir-commits mailing list