LLZK
3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Toggle main menu visibility
Loading...
Searching...
No Matches
PCL.h
Go to the documentation of this file.
1
//===-- PCL.h - C API for Picus PCL Target ------------------------*- C -*-===//
2
//
3
// Part of the LLZK Project, under the Apache License v2.0.
4
// See LICENSE.txt for license information.
5
// Copyright 2026 Veridise Inc.
6
// SPDX-License-Identifier: Apache-2.0
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
// This header declares the C interface to target Picus PCL.
11
//
12
//===----------------------------------------------------------------------===//
13
14
#ifndef MLIR_C_TARGET_PCL_H
15
#define MLIR_C_TARGET_PCL_H
16
17
#include "mlir-c/IR.h"
18
#include "mlir-c/Support.h"
19
20
// Include the generated CAPI
21
#include "pcl/Conversion/ConversionPasses.capi.h.inc"
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
33
MLIR_CAPI_EXPORTED MlirLogicalResult
34
llzkTranslateModuleToPCL
(MlirOperation module, MlirStringCallback callback,
void
*userData);
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
// MLIR_C_TARGET_PCL_H
llzkTranslateModuleToPCL
MLIR_CAPI_EXPORTED MlirLogicalResult llzkTranslateModuleToPCL(MlirOperation module, MlirStringCallback callback, void *userData)
Translate an operation that satisfies the PCL dialect (i.e.
include
llzk-c
Target
PCL.h
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.