LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Dialect.cpp.inc
Go to the documentation of this file.
1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* Dialect Definitions *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* From: Dialect.td *|
7|* *|
8\*===----------------------------------------------------------------------===*/
9
10MLIR_DEFINE_EXPLICIT_TYPE_ID(::llzk::felt::FeltDialect)
11namespace llzk {
12namespace felt {
13
14FeltDialect::FeltDialect(::mlir::MLIRContext *context)
15 : ::mlir::Dialect(getDialectNamespace(), context, ::mlir::TypeID::get<FeltDialect>())
16
17 {
18
19 initialize();
20}
21
22FeltDialect::~FeltDialect() = default;
23
24} // namespace felt
25} // namespace llzk