File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
#define MLIR_BYTECODE_BYTECODEOPINTERFACE_H
16
16
17
17
#include " mlir/Bytecode/BytecodeImplementation.h"
18
- #include " mlir/Bytecode/BytecodeReader.h"
19
- #include " mlir/Bytecode/BytecodeWriter.h"
20
18
#include " mlir/IR/OpDefinition.h"
21
19
22
20
// / Include the generated interface declarations.
Original file line number Diff line number Diff line change 1
- // ===- BytecodeReader .h - MLIR Bytecode Reader ------------- -----*- C++ -*-===//
1
+ // ===- BytecodeReaderConfig .h - MLIR Bytecode Reader Config -----*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
//
9
- // This header defines interfaces to read MLIR bytecode files/streams.
9
+ // This header config for reading MLIR bytecode files/streams.
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
Original file line number Diff line number Diff line change 9
9
#include " IRNumbering.h"
10
10
#include " mlir/Bytecode/BytecodeImplementation.h"
11
11
#include " mlir/Bytecode/BytecodeOpInterface.h"
12
+ #include " mlir/Bytecode/BytecodeWriter.h"
12
13
#include " mlir/Bytecode/Encoding.h"
13
14
#include " mlir/IR/AsmState.h"
14
15
#include " mlir/IR/BuiltinTypes.h"
Original file line number Diff line number Diff line change 33
33
#include < cstddef>
34
34
#include < iterator>
35
35
#include < optional>
36
+ #include < variant>
36
37
37
38
#include " mlir/Dialect/OpenMP/OpenMPOpsDialect.cpp.inc"
38
39
#include " mlir/Dialect/OpenMP/OpenMPOpsEnums.cpp.inc"
Original file line number Diff line number Diff line change 18
18
#include " mlir/IR/BuiltinOps.h"
19
19
#include " mlir/IR/MLIRContext.h"
20
20
#include " mlir/Support/CyclicReplacerCache.h"
21
+ #include " llvm/ADT/MapVector.h"
21
22
#include " llvm/IR/DebugInfoMetadata.h"
22
23
23
24
namespace mlir {
You can’t perform that action at this time.
0 commit comments