1*660f714eSMehdi Amini //===- BytecodeOpInterface.cpp - Bytecode Op Interfaces -------------------===// 2*660f714eSMehdi Amini // 3*660f714eSMehdi Amini // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*660f714eSMehdi Amini // See https://llvm.org/LICENSE.txt for license information. 5*660f714eSMehdi Amini // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*660f714eSMehdi Amini // 7*660f714eSMehdi Amini //===----------------------------------------------------------------------===// 8*660f714eSMehdi Amini 9*660f714eSMehdi Amini #include "mlir/Bytecode/BytecodeOpInterface.h" 10*660f714eSMehdi Amini 11*660f714eSMehdi Amini using namespace mlir; 12*660f714eSMehdi Amini 13*660f714eSMehdi Amini //===----------------------------------------------------------------------===// 14*660f714eSMehdi Amini // BytecodeOpInterface 15*660f714eSMehdi Amini //===----------------------------------------------------------------------===// 16*660f714eSMehdi Amini 17*660f714eSMehdi Amini #include "mlir/Bytecode/BytecodeOpInterface.cpp.inc" 18