[Mlir-commits] [mlir] [llvm] [mlir][bufferization] Add `BufferViewFlowOpInterface` (PR #78718)
Aart Bik
llvmlistbot at llvm.org
Wed Jan 24 10:02:03 PST 2024
================
@@ -0,0 +1,20 @@
+//===- BufferViewFlowOpInterfaceImpl.h - Buffer View Analysis ---*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef MLIR_DIALECT_ARITH_BUFFERVIEWFLOWOPINTERFACEIMPL_H
----------------
aartbik wrote:
Here and below, looks like there is a transforms missing
....ARITH_TRANSFORMS_....
https://github.com/llvm/llvm-project/pull/78718
More information about the Mlir-commits
mailing list