LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
LLZKTransformationPasses.h
Go to the documentation of this file.
1//===-- LLZKTransformationPasses.h ------------------------------*- 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//===----------------------------------------------------------------------===//
10#pragma once
15#include <llvm/ADT/StringRef.h>
16
17namespace llzk {
18
19void registerInliningExtensions(mlir::DialectRegistry &registry);
20
21#define GEN_PASS_DECL
22#define GEN_PASS_REGISTRATION
void registerInliningExtensions(DialectRegistry &registry)