FLANG
CUFOps.h
1//===-- Optimizer/Dialect/CUF/CUFOps.h - CUF operations ---------*- 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 FORTRAN_OPTIMIZER_DIALECT_CUF_CUFOPS_H
10#define FORTRAN_OPTIMIZER_DIALECT_CUF_CUFOPS_H
11
12#include "flang/Optimizer/Dialect/CUF/Attributes/CUFAttr.h"
13#include "flang/Optimizer/Dialect/CUF/CUFDialect.h"
14#include "flang/Optimizer/Dialect/FIRType.h"
15#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
16#include "mlir/IR/OpDefinition.h"
17
18#define GET_OP_CLASSES
19#include "flang/Optimizer/Dialect/CUF/CUFOps.h.inc"
20
21#endif // FORTRAN_OPTIMIZER_DIALECT_CUF_CUFOPS_H