LLZK
0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Dialect.cpp
Go to the documentation of this file.
1
//===-- Dialect.cpp - Global value dialect implementation -------*- C++ -*-===//
2
//
3
// Part of the LLZK Project, under the Apache License v2.0.
4
// See LICENSE.txt for license information.
5
// Copyright 2025 Veridise Inc.
6
// SPDX-License-Identifier: Apache-2.0
7
//
8
//===----------------------------------------------------------------------===//
9
10
#include "
llzk/Dialect/Global/IR/Dialect.h
"
11
#include "
llzk/Dialect/Global/IR/Ops.h
"
12
#include "
llzk/Dialect/LLZK/IR/Versioning.h
"
13
14
// TableGen'd implementation files
15
#include "
llzk/Dialect/Global/IR/Dialect.cpp.inc
"
16
17
//===------------------------------------------------------------------===//
18
// GlobalDialect
19
//===------------------------------------------------------------------===//
20
21
auto
llzk::global::GlobalDialect::initialize() ->
void
{
22
// clang-format off
23
addOperations<
24
#define GET_OP_LIST
25
#include "
llzk/Dialect/Global/IR/Ops.cpp.inc
"
26
>();
27
// clang-format on
28
addInterfaces<LLZKDialectBytecodeInterface<GlobalDialect>>();
29
}
Dialect.cpp.inc
Dialect.h
Ops.cpp.inc
Ops.h
Versioning.h
lib
Dialect
Global
IR
Dialect.cpp
Generated by
1.14.0
Copyright 2025 Veridise Inc. under the Apache License v2.0. Copyright 2026 Project LLZK under the Apache License v2.0.