File tree Expand file tree Collapse file tree 3 files changed +32
-5
lines changed
mlir/include/mlir/Dialect/OpenMP Expand file tree Collapse file tree 3 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 1515#ifndef MLIR_DIALECT_OPENMP_OPENMPCLAUSEOPERANDS_H_
1616#define MLIR_DIALECT_OPENMP_OPENMPCLAUSEOPERANDS_H_
1717
18+ #include " mlir/Dialect/OpenMP/OpenMPOpsAttributes.h"
1819#include " mlir/IR/BuiltinAttributes.h"
1920#include " llvm/ADT/SmallVector.h"
2021
21- #include " mlir/Dialect/OpenMP/OpenMPOpsEnums.h.inc"
22-
23- #define GET_ATTRDEF_CLASSES
24- #include " mlir/Dialect/OpenMP/OpenMPOpsAttributes.h.inc"
25-
2622#include " mlir/Dialect/OpenMP/OpenMPClauseOps.h.inc"
2723
2824namespace mlir {
Original file line number Diff line number Diff line change 1+ // ===- OpenMPOpsAttributes.h ------------------------------------*- C++ -*-===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
8+
9+ #ifndef MLIR_DIALECT_OPENMP_OPENMPOPSATTRIBUTES_H_
10+ #define MLIR_DIALECT_OPENMP_OPENMPOPSATTRIBUTES_H_
11+
12+ #include " mlir/Dialect/OpenMP/OpenMPOpsEnums.h"
13+
14+ #define GET_ATTRDEF_CLASSES
15+ #include " mlir/Dialect/OpenMP/OpenMPOpsAttributes.h.inc"
16+
17+ #endif // MLIR_DIALECT_OPENMP_OPENMPOPSATTRIBUTES_H_
Original file line number Diff line number Diff line change 1+ // ===- OpenMPOpsEnums.h -----------------------------------------*- C++ -*-===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
8+
9+ #ifndef MLIR_DIALECT_OPENMP_OPENMPOPSENUMS_H_
10+ #define MLIR_DIALECT_OPENMP_OPENMPOPSENUMS_H_
11+
12+ #include " mlir/Dialect/OpenMP/OpenMPOpsEnums.h.inc"
13+
14+ #endif // MLIR_DIALECT_OPENMP_OPENMPOPSENUMS_H_
You can’t perform that action at this time.
0 commit comments