[clang] [CIR] Add PointerLikeType interface support for cir::PointerType (PR #139768)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Tue May 13 13:59:09 PDT 2025
================
@@ -0,0 +1,36 @@
+//===----------------------------------------------------------------------===//
+//
+// 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 contains external dialect interfaces for CIR.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef CLANG_CIR_DIALECT_OPENACC_CIROPENACCTYPEINTERFACES_H
+#define CLANG_CIR_DIALECT_OPENACC_CIROPENACCTYPEINTERFACES_H
+
+#include "mlir/Dialect/OpenACC/OpenACC.h"
+#include "clang/CIR/Dialect/IR/CIRTypes.h"
----------------
andykaylor wrote:
I guess nothing here. I probably thought I was going to need it and added it proactively.
https://github.com/llvm/llvm-project/pull/139768
More information about the cfe-commits
mailing list