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
17
18namespace mlir {
19class DialectRegistry;
20
21namespace transform {
22/// Registers the SMT extension of the Transform dialect in the given registry.
23void registerSMTExtension(DialectRegistry &dialectRegistry);
24} // namespace transform
25} // namespace mlir
26
27#endif // MLIR_DIALECT_TRANSFORM_SMTEXTENSION_SMTEXTENSION_H
The DialectRegistry maps a dialect namespace to a constructor for the matching dialect.
void registerSMTExtension(DialectRegistry &dialectRegistry)
Registers the SMT extension of the Transform dialect in the given registry.
Include the generated interface declarations.