[Mlir-commits] [mlir] [MLIR][Python] Use ir.Value directly instead of _SubClassValueT (PR #82341)

Maksim Levental llvmlistbot at llvm.org
Wed Feb 21 03:58:23 PST 2024


https://github.com/makslevental approved this pull request.

It's funny - I think I noticed recently that something broke with type hints on results from these "value builders" but I didn't get around to figuring it out. Your point that that type only propagates type info if used twice in a signature makes sense as the root cause for the vanishing typing hints. Thanks a lot for figuring it out.

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


More information about the Mlir-commits mailing list