1160f5aa6SJean-Michel Gorius //===- StandaloneDialect.h - Standalone dialect -----------------*- C++ -*-===// 2160f5aa6SJean-Michel Gorius // 3160f5aa6SJean-Michel Gorius // This file is licensed under the Apache License v2.0 with LLVM Exceptions. 4160f5aa6SJean-Michel Gorius // See https://llvm.org/LICENSE.txt for license information. 5160f5aa6SJean-Michel Gorius // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6160f5aa6SJean-Michel Gorius // 7160f5aa6SJean-Michel Gorius //===----------------------------------------------------------------------===// 8160f5aa6SJean-Michel Gorius 9160f5aa6SJean-Michel Gorius #ifndef STANDALONE_STANDALONEDIALECT_H 10160f5aa6SJean-Michel Gorius #define STANDALONE_STANDALONEDIALECT_H 11160f5aa6SJean-Michel Gorius 12*660f714eSMehdi Amini #include "mlir/Bytecode/BytecodeOpInterface.h" 13160f5aa6SJean-Michel Gorius #include "mlir/IR/Dialect.h" 14160f5aa6SJean-Michel Gorius 15160f5aa6SJean-Michel Gorius #include "Standalone/StandaloneOpsDialect.h.inc" 16160f5aa6SJean-Michel Gorius 17160f5aa6SJean-Michel Gorius #endif // STANDALONE_STANDALONEDIALECT_H 18