MLIR  22.0.0git
SMTExtension.h
Go to the documentation of this file.
1 //===- SMTExtension.h - SMT extension for Transform dialect -----*- 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 //===----------------------------------------------------------------------===//
8 
9 #ifndef MLIR_DIALECT_TRANSFORM_SMTEXTENSION_SMTEXTENSION_H
10 #define MLIR_DIALECT_TRANSFORM_SMTEXTENSION_SMTEXTENSION_H
11 
15 #include "mlir/IR/OpDefinition.h"
17 
18 namespace mlir {
19 class DialectRegistry;
20 
21 namespace transform {
22 /// Registers the SMT extension of the Transform dialect in the given registry.
23 void registerSMTExtension(DialectRegistry &dialectRegistry);
24 } // namespace transform
25 } // namespace mlir
26 
27 #endif // MLIR_DIALECT_TRANSFORM_SMTEXTENSION_SMTEXTENSION_H
void registerSMTExtension(DialectRegistry &dialectRegistry)
Registers the SMT extension of the Transform dialect in the given registry.
Include the generated interface declarations.