From: Mehdi Amini Date: Fri, 10 Feb 2023 03:13:48 +0000 (-0800) Subject: Remove empty MLIRMemRefUtils library (NFC) X-Git-Tag: upstream/17.0.6~18008 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c9783c6b97ba419f80a5bf1c0a1ffda36c9db8b;p=platform%2Fupstream%2Fllvm.git Remove empty MLIRMemRefUtils library (NFC) --- diff --git a/mlir/lib/Dialect/MemRef/CMakeLists.txt b/mlir/lib/Dialect/MemRef/CMakeLists.txt index c47e4c5..660deb2 100644 --- a/mlir/lib/Dialect/MemRef/CMakeLists.txt +++ b/mlir/lib/Dialect/MemRef/CMakeLists.txt @@ -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 index 7708872..0000000 --- a/mlir/lib/Dialect/MemRef/Utils/CMakeLists.txt +++ /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 index 3fa3bab..0000000 --- a/mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp +++ /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"