[llvm-branch-commits] [clang] [CIR][NFC] Add scaffolding for the CIR dialect and CIROps.td (PR #86080)

Erich Keane via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 17 11:17:49 PDT 2024


================
@@ -0,0 +1,11 @@
+//===- CIRDialect.cpp - MLIR CIR ops implementation -----------------------===//
+//
+// 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 the CIR dialect and its operations.
+//
+//===----------------------------------------------------------------------===//
----------------
erichkeane wrote:

As a nit, it would be nice to #include the .h file for this.

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


More information about the llvm-branch-commits mailing list