LLZK
3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Toggle main menu visibility
Loading...
Searching...
No Matches
InlineIncludesPass.td
Go to the documentation of this file.
1
//===-- InlineIncludesPass.td ------------------------------*- tablegen -*-===//
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
#ifndef LLZK_INCLUDE_INLINE_PASS_TD
11
#define LLZK_INCLUDE_INLINE_PASS_TD
12
13
include "llzk/Pass/PassBase.td"
14
15
def InlineIncludesPass : LLZKPass<"llzk-inline-includes"> {
16
let summary = "Replace all IncludeOp with contents of the referenced file.";
17
}
18
19
#endif // LLZK_INCLUDE_INLINE_PASS_TD
include
llzk
Dialect
Include
Transforms
InlineIncludesPass.td
Generated by
1.17.0
Copyright 2025 Veridise Inc. under the Apache License v2.0. Copyright 2026 Project LLZK under the Apache License v2.0.