[Mlir-commits] [mlir] [mlir][python] value casting (PR #69644)

Jacques Pienaar llvmlistbot at llvm.org
Fri Nov 3 10:47:48 PDT 2023


================
@@ -6,14 +6,14 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include <tuple>
-
 #include "PybindUtils.h"
 
 #include "Globals.h"
 #include "IRModule.h"
 #include "Pass.h"
 
+#include <tuple>
----------------
jpienaar wrote:

Where is tuple used?

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


More information about the Mlir-commits mailing list