xref: /llvm-project/mlir/examples/standalone/lib/Standalone/StandaloneOps.cpp (revision a06f0e33eb074364680b755d9dc6d523cb2565a1)
1 //===- StandaloneOps.cpp - Standalone dialect ops ---------------*- C++ -*-===//
2 //
3 // This file is licensed 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 //===----------------------------------------------------------------------===//
8 
9 #include "Standalone/StandaloneOps.h"
10 #include "Standalone/StandaloneDialect.h"
11 
12 #define GET_OP_CLASSES
13 #include "Standalone/StandaloneOps.cpp.inc"
14