[Mlir-commits] [mlir] [MLIR][Python] Use ir.Value directly instead of _SubClassValueT (PR #82341)
Maksim Levental
llvmlistbot at llvm.org
Wed Feb 21 03:59:14 PST 2024
================
@@ -10,4 +10,4 @@ class _Globals:
def _check_dialect_module_loaded(self, dialect_namespace: str) -> bool: ...
def register_dialect(dialect_class: type) -> object: ...
-def register_operation(dialect_class: type) -> object: ...
----------------
makslevental wrote:
"drive by fix" - I'm gonna use that from now on
https://github.com/llvm/llvm-project/pull/82341
More information about the Mlir-commits
mailing list