[llvm] [mlir][bufferization][NFC] Introduce BufferDeallocationOpInterface (PR #66349)

Matthias Springer via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 02:58:40 PDT 2023


================
@@ -0,0 +1,217 @@
+//===- BufferDeallocationOpInterface.h --------------------------*- C++ -*-===//
----------------
matthias-springer wrote:

The first line of header files should end with `--*- C++ -*-===//` if there's enough space.

https://github.com/llvm/llvm-project/pull/66349


More information about the llvm-commits mailing list