Remove empty MLIRMemRefUtils library (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Fri, 10 Feb 2023 03:13:48 +0000 (19:13 -0800)
committerMehdi Amini <joker.eph@gmail.com>
Fri, 10 Feb 2023 03:15:21 +0000 (19:15 -0800)
mlir/lib/Dialect/MemRef/CMakeLists.txt
mlir/lib/Dialect/MemRef/Utils/CMakeLists.txt [deleted file]
mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp [deleted file]

index c47e4c5..660deb2 100644 (file)
@@ -1,4 +1,3 @@
 add_subdirectory(IR)
 add_subdirectory(TransformOps)
 add_subdirectory(Transforms)
-add_subdirectory(Utils)
diff --git a/mlir/lib/Dialect/MemRef/Utils/CMakeLists.txt b/mlir/lib/Dialect/MemRef/Utils/CMakeLists.txt
deleted file mode 100644 (file)
index 7708872..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-add_mlir_dialect_library(MLIRMemRefUtils
-  MemRefUtils.cpp
-
-  ADDITIONAL_HEADER_DIRS
-  ${PROJECT_SOURCE_DIR}/inlude/mlir/Dialect/MemRefDialect
-)
-
diff --git a/mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp b/mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp
deleted file mode 100644 (file)
index 3fa3bab..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-//===- MemRefUtils.cpp - Utilities to support the MemRef dialect ----------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-//
-// This file implements utilities for the MemRef dialect.
-//
-//===----------------------------------------------------------------------===//
-
-#include "mlir/Dialect/MemRef/Utils/MemRefUtils.h"