[Mlir-commits] [mlir] [mlir] Make the ml_program dialect allow all of its operations to be inlined. (PR #85479)

Jacques Pienaar llvmlistbot at llvm.org
Thu Mar 21 08:18:26 PDT 2024


================
@@ -8,6 +8,7 @@
 
 #include "mlir/Dialect/MLProgram/IR/MLProgram.h"
 #include "mlir/IR/DialectImplementation.h"
+#include "mlir/Transforms/InliningUtils.h"
----------------
jpienaar wrote:

Why is the utils needed for the interface?

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


More information about the Mlir-commits mailing list