Go to the documentation of this file.
13#ifndef LLVM_CLANG_CIR_DIALECT_IR_CIRDIALECT_H
14#define LLVM_CLANG_CIR_DIALECT_IR_CIRDIALECT_H
16#include "mlir/IR/Builders.h"
17#include "mlir/IR/BuiltinOps.h"
18#include "mlir/IR/BuiltinTypes.h"
19#include "mlir/IR/Dialect.h"
20#include "mlir/IR/OpDefinition.h"
21#include "mlir/Interfaces/CallInterfaces.h"
22#include "mlir/Interfaces/ControlFlowInterfaces.h"
23#include "mlir/Interfaces/FunctionInterfaces.h"
24#include "mlir/Interfaces/InferTypeOpInterface.h"
25#include "mlir/Interfaces/LoopLikeInterface.h"
26#include "mlir/Interfaces/MemorySlotInterfaces.h"
27#include "mlir/Interfaces/SideEffectInterfaces.h"
29#include "clang/CIR/Dialect/IR/CIROpsDialect.h.inc"
35#include "clang/CIR/Dialect/IR/CIROps.h.inc"