[Mlir-commits] [mlir] [mlir] Declare promised interfaces for all dialects [2/3] (PR #78368)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed Jan 31 01:27:58 PST 2024
================
@@ -8,8 +8,11 @@
#include "mlir/Dialect/Affine/IR/AffineOps.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
+#include "mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h"
#include "mlir/Dialect/Complex/IR/Complex.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
+#include "mlir/Dialect/Transform/IR/TransformInterfaces.h"
----------------
ftynse wrote:
I'm not sure this is desirable.
https://github.com/llvm/llvm-project/pull/78368
More information about the Mlir-commits
mailing list