[Mlir-commits] [mlir] 7cddf56 - [mlir] Remove linalg.indexed_generic forward decl.
Alexander Belyaev
llvmlistbot at llvm.org
Thu Jun 17 07:04:44 PDT 2021
Author: Alexander Belyaev
Date: 2021-06-17T16:04:06+02:00
New Revision: 7cddf56d608f07b8e49f7e2eeb4a20082611adb6
URL: https://github.com/llvm/llvm-project/commit/7cddf56d608f07b8e49f7e2eeb4a20082611adb6
DIFF: https://github.com/llvm/llvm-project/commit/7cddf56d608f07b8e49f7e2eeb4a20082611adb6.diff
LOG: [mlir] Remove linalg.indexed_generic forward decl.
Added:
Modified:
mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h b/mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
index 44a912d44b9f..e1167b86e54e 100644
--- a/mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
+++ b/mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
@@ -119,11 +119,6 @@ LogicalResult verifyStructuredOpInterface(Operation *op);
} // namespace linalg
} // namespace mlir
-namespace mlir {
-namespace linalg {
-class IndexedGenericOp;
-} // namespace linalg
-} // namespace mlir
#include "mlir/Dialect/Linalg/IR/LinalgInterfaces.h"
#define GET_OP_CLASSES
More information about the Mlir-commits
mailing list