Revert "[libc] Breakup freelist_malloc into separate files" (#119749)
[llvm-project.git] / mlir / test / lib / Dialect / Test / TestOpsSyntax.h
blob7f32a3bae6c5f517d6651ea8fd82d4a41a859a57
1 //===- TestOpsSyntax.h - Operations for testing syntax ----------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #ifndef MLIR_TEST_DIALECT_TEST_TESTOPSSYNTAX_H
10 #define MLIR_TEST_DIALECT_TEST_TESTOPSSYNTAX_H
12 #include "TestAttributes.h"
13 #include "TestTypes.h"
14 #include "mlir/Bytecode/BytecodeOpInterface.h"
15 #include "mlir/IR/OpDefinition.h"
16 #include "mlir/IR/OpImplementation.h"
17 #include "mlir/Interfaces/InferTypeOpInterface.h"
19 namespace test {
20 class TestReturnOp;
21 } // namespace test
23 #define GET_OP_CLASSES
24 #include "TestOpsSyntax.h.inc"
26 #endif // MLIR_TEST_DIALECT_TEST_TESTOPSSYNTAX_H