1#define GET_OP_DEFS_4
2//===- TestOps.cpp - MLIR Test Dialect Operations ------------------------===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//
8//===----------------------------------------------------------------------===//
9
10#include "TestOps.h"
11#include "TestDialect.h"
12#include "TestFormatUtils.h"
13#include "mlir/Dialect/Arith/IR/Arith.h"
14
15using namespace mlir;
16using namespace test;
17
18#include "TestOps.cpp.inc"
19

source code of llvm_build/tools/mlir/test/lib/Dialect/Test/TestOps.4.cpp