[Mlir-commits] [mlir] [mlir][python] add type wrappers (PR #71218)

Maksim Levental llvmlistbot at llvm.org
Tue Nov 14 10:16:45 PST 2023


================
@@ -742,7 +736,6 @@ class PyFunctionType : public PyConcreteType<PyFunctionType> {
         "inputs",
         [](PyFunctionType &self) {
           MlirType t = self;
-          auto contextRef = self.getContext();
----------------
makslevental wrote:

That's dead code. I can make it make do what you're describing but it currently doesn't.

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


More information about the Mlir-commits mailing list