File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1515#define MLIR_BYTECODE_BYTECODEOPINTERFACE_H
1616
1717#include " mlir/Bytecode/BytecodeImplementation.h"
18- #include " mlir/Bytecode/BytecodeReader.h"
19- #include " mlir/Bytecode/BytecodeWriter.h"
2018#include " mlir/IR/OpDefinition.h"
2119
2220// / 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++ -*-===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
88//
9- // This header defines interfaces to read MLIR bytecode files/streams.
9+ // This header config for reading MLIR bytecode files/streams.
1010//
1111// ===----------------------------------------------------------------------===//
1212
Original file line number Diff line number Diff line change 99#include " IRNumbering.h"
1010#include " mlir/Bytecode/BytecodeImplementation.h"
1111#include " mlir/Bytecode/BytecodeOpInterface.h"
12+ #include " mlir/Bytecode/BytecodeWriter.h"
1213#include " mlir/Bytecode/Encoding.h"
1314#include " mlir/IR/AsmState.h"
1415#include " mlir/IR/BuiltinTypes.h"
Original file line number Diff line number Diff line change 3333#include < cstddef>
3434#include < iterator>
3535#include < optional>
36+ #include < variant>
3637
3738#include " mlir/Dialect/OpenMP/OpenMPOpsDialect.cpp.inc"
3839#include " mlir/Dialect/OpenMP/OpenMPOpsEnums.cpp.inc"
Original file line number Diff line number Diff line change 1818#include " mlir/IR/BuiltinOps.h"
1919#include " mlir/IR/MLIRContext.h"
2020#include " mlir/Support/CyclicReplacerCache.h"
21+ #include " llvm/ADT/MapVector.h"
2122#include " llvm/IR/DebugInfoMetadata.h"
2223
2324namespace mlir {
You can’t perform that action at this time.
0 commit comments