[Mlir-commits] [mlir] [MLIR][Python] Register Containers as Sequences for `match` compatibility (PR #174091)
Maksim Levental
llvmlistbot at llvm.org
Fri Jan 2 11:18:19 PST 2026
================
@@ -31,6 +31,7 @@ def get_include_dirs() -> Sequence[str]:
# 1. Attempting to load initializer modules, specific to the distribution.
# 2. Defining the concrete mlir.ir.Context that does site specific
# initialization.
+# 3. Registering container classes.
----------------
makslevental wrote:
```suggestion
# 3. Registering container classes with their respective protocols.
```
https://github.com/llvm/llvm-project/pull/174091
More information about the Mlir-commits
mailing list