File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
#ifndef MLIR_TARGET_CPP_CPPEMITTER_H
14
14
#define MLIR_TARGET_CPP_CPPEMITTER_H
15
15
16
- #include " mlir/IR/BuiltinTypes.h"
17
- #include " mlir/IR/Value.h"
18
- #include " llvm/ADT/ScopedHashTable.h"
19
16
#include " llvm/Support/raw_ostream.h"
20
- #include < stack>
21
17
22
18
namespace mlir {
19
+ struct LogicalResult ;
20
+ class Operation ;
23
21
namespace emitc {
24
22
25
23
// / Translates the given operation to C++ code. The operation or operations in
Original file line number Diff line number Diff line change 18
18
#include " mlir/Support/LLVM.h"
19
19
#include " mlir/Target/Cpp/CppEmitter.h"
20
20
#include " llvm/ADT/DenseMap.h"
21
+ #include " llvm/ADT/ScopedHashTable.h"
21
22
#include " llvm/ADT/StringExtras.h"
22
23
#include " llvm/ADT/StringMap.h"
23
24
#include " llvm/ADT/TypeSwitch.h"
24
25
#include " llvm/Support/Debug.h"
25
26
#include " llvm/Support/FormatVariadic.h"
27
+ #include < stack>
26
28
#include < utility>
27
29
28
30
#define DEBUG_TYPE " translate-to-cpp"
You can’t perform that action at this time.
0 commit comments