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

Jacques Pienaar llvmlistbot at llvm.org
Tue Nov 14 09:46:51 PST 2023


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

Why this change? Being able to utilize multiple context and use the one one is in, is quite nice (I'll check more below still)

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


More information about the Mlir-commits mailing list